#C68325

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

Shades of Geebung #C68325

Tints of Geebung #C68325

Color information

#C68325 (or 0xC68325) is unknown color: approx Geebung. HEX triplet: C6, 83 and 25. RGB value is (198,131,37). Sum of RGB (Red+Green+Blue) = 198+131+37=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68325 is #397CDA. Grayscale: #8C8C8C. Windows color (decimal): -3767515 or 2458566. OLE color: 2458566.

HSL color Cylindrical-coordinate representation of color #C68325: hue angle of 35.03º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68325 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19813137-
CMYK00.340.810.22
HSL35.03º68.51%46.08%-
HSV(B)35.03º81.31%77.65%-
XYZ31.7428.375.55-
YUV140.3269.7169.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 37 (14.84% from 255) = 10.11%
R=54.10%
G=35.79%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981313700.340.810.2235.0368.5146.08
HexC68325022511623452e
Octal30620345042121264310556
Binary110001101000001110010101000101010001101101000111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68325; }

 p { color: rgb(198,131,37); }

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

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

 a { background-color: rgb(198,131,37); }

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

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

 span { border-color: rgb(198,131,37); }

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