#C68820

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

Shades of Geebung #C68820

Tints of Geebung #C68820

Color information

#C68820 (or 0xC68820) is unknown color: approx Geebung. HEX triplet: C6, 88 and 20. RGB value is (198,136,32). Sum of RGB (Red+Green+Blue) = 198+136+32=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68820 is #3977DF. Grayscale: #8F8F8F. Windows color (decimal): -3766240 or 2132166. OLE color: 2132166.

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

Color convert

RGB19813632-
CMYK00.310.840.22
HSL37.59º72.17%45.1%-
HSV(B)37.59º83.84%77.65%-
XYZ32.3529.725.4-
YUV142.6865.54167.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 32 (12.89% from 255) = 8.74%
R=54.10%
G=37.16%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981363200.310.840.2237.5972.1745.1
HexC6882001F541626482d
Octal30621040037124264611055
Binary11000110100010001000000111111010100101101001101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68820; }

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

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

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

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

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

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

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

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