#C6882F

Color #C6882F Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C6882F

Tints of Geebung #C6882F

Color information

#C6882F (or 0xC6882F) is unknown color: approx Geebung. HEX triplet: C6, 88 and 2F. RGB value is (198,136,47). Sum of RGB (Red+Green+Blue) = 198+136+47=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6882F is #3977D0. Grayscale: #909090. Windows color (decimal): -3766225 or 3115206. OLE color: 3115206.

HSL color Cylindrical-coordinate representation of color #C6882F: hue angle of 35.36º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6882F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19813647-
CMYK00.310.760.22
HSL35.36º61.63%48.04%-
HSV(B)35.36º76.26%77.65%-
XYZ32.6129.826.73-
YUV144.3973.04166.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 47 (18.75% from 255) = 12.34%
R=51.97%
G=35.70%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981364700.310.760.2235.3661.6348.04
HexC6882F01F4C16233e30
Octal3062105703711426437660
Binary1100011010001000101111011111100110010110100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6882F; }

 p { color: rgb(198,136,47); }

 H1.HeaderClassName
 {
   color: #C6882F;
 }
 .AnyTagClassName
 {
   color: #C6882F;
 }
</style>
background-color css

<style>
 a { background-color: #C6882F; }

 a { background-color: rgb(198,136,47); }

 div.DivClassName
 {
   background-color: #C6882F;
 }
 .BgClassName
 {
   background-color: #C6882F;
 }
</style>
border-color css

<style>
 span { border-color: #C6882F; }

 span { border-color: rgb(198,136,47); }

 td.TdClassName
 {
   border-color: #C6882F;
 }
 .TagClassName
 {
   border-color: #C6882F;
 }
</style>