#C68821

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

Shades of Geebung #C68821

Tints of Geebung #C68821

Color information

#C68821 (or 0xC68821) is unknown color: approx Geebung. HEX triplet: C6, 88 and 21. RGB value is (198,136,33). Sum of RGB (Red+Green+Blue) = 198+136+33=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68821 is #3977DE. Grayscale: #8F8F8F. Windows color (decimal): -3766239 or 2197702. OLE color: 2197702.

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

Color convert

RGB19813633-
CMYK00.310.830.22
HSL37.45º71.43%45.29%-
HSV(B)37.45º83.33%77.65%-
XYZ32.3729.725.47-
YUV142.866.04167.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=53.95%
G=37.06%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981363300.310.830.2237.4571.4345.29
HexC6882101F531625472d
Octal30621041037123264510755
Binary11000110100010001000010111111010011101101001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68821; }

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

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

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

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

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

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

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

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