#C6832C

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

Shades of Geebung #C6832C

Tints of Geebung #C6832C

Color information

#C6832C (or 0xC6832C) is unknown color: approx Geebung. HEX triplet: C6, 83 and 2C. RGB value is (198,131,44). Sum of RGB (Red+Green+Blue) = 198+131+44=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6832C is #397CD3. Grayscale: #8D8D8D. Windows color (decimal): -3767508 or 2917318. OLE color: 2917318.

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

Color convert

RGB19813144-
CMYK00.340.780.22
HSL33.9º63.64%47.45%-
HSV(B)33.9º77.78%77.65%-
XYZ31.8628.426.19-
YUV141.1173.2168.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=53.08%
G=35.12%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981314400.340.780.2233.963.6447.45
HexC6832C0224E1622402f
Octal30620354042116264210057
Binary110001101000001110110001000101001110101101000101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6832C; }

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

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

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

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

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

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

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

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