#C6832E

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

Shades of Geebung #C6832E

Tints of Geebung #C6832E

Color information

#C6832E (or 0xC6832E) is unknown color: approx Geebung. HEX triplet: C6, 83 and 2E. RGB value is (198,131,46). Sum of RGB (Red+Green+Blue) = 198+131+46=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6832E is #397CD1. Grayscale: #8D8D8D. Windows color (decimal): -3767506 or 3048390. OLE color: 3048390.

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

Color convert

RGB19813146-
CMYK00.340.770.22
HSL33.55º62.3%47.84%-
HSV(B)33.55º76.77%77.65%-
XYZ31.928.446.39-
YUV141.3474.2168.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=52.8%
G=34.93%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981314600.340.770.2233.5562.347.84
HexC6832E0224D16223e30
Octal3062035604211526427660
Binary11000110100000111011100100010100110110110100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6832E; }

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

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

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

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

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

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

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

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