#C68B32

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

Shades of Geebung #C68B32

Tints of Geebung #C68B32

Color information

#C68B32 (or 0xC68B32) is unknown color: approx Geebung. HEX triplet: C6, 8B and 32. RGB value is (198,139,50). Sum of RGB (Red+Green+Blue) = 198+139+50=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B32 is #3974CD. Grayscale: #929292. Windows color (decimal): -3765454 or 3312582. OLE color: 3312582.

HSL color Cylindrical-coordinate representation of color #C68B32: hue angle of 36.08º 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 #C68B32 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19813950-
CMYK00.300.750.22
HSL36.08º59.68%48.63%-
HSV(B)36.08º74.75%77.65%-
XYZ33.130.77.2-
YUV146.4973.55164.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=51.16%
G=35.92%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981395000.300.750.2236.0859.6848.63
HexC68B3201E4B16243c31
Octal3062136203611326447461
Binary1100011010001011110010011110100101110110100100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B32; }

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

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

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

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

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

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

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

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