#C68232

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

Shades of Geebung #C68232

Tints of Geebung #C68232

Color information

#C68232 (or 0xC68232) is unknown color: approx Geebung. HEX triplet: C6, 82 and 32. RGB value is (198,130,50). Sum of RGB (Red+Green+Blue) = 198+130+50=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C68232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68232 is #397DCD. Grayscale: #8D8D8D. Windows color (decimal): -3767758 or 3310278. OLE color: 3310278.

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

Color convert

RGB19813050-
CMYK00.340.750.22
HSL32.43º59.68%48.63%-
HSV(B)32.43º74.75%77.65%-
XYZ31.8528.26.78-
YUV141.2176.53168.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=52.38%
G=34.39%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981305000.340.750.2232.4359.6848.63
HexC682320224B16203c31
Octal3062026204211326407461
Binary11000110100000101100100100010100101110110100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68232; }

 p { color: rgb(198,130,50); }

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

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

 a { background-color: rgb(198,130,50); }

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

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

 span { border-color: rgb(198,130,50); }

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