#C69C44

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

Shades of Tussock #C69C44

Tints of Tussock #C69C44

Color information

#C69C44 (or 0xC69C44) is unknown color: approx Tussock. HEX triplet: C6, 9C and 44. RGB value is (198,156,68). Sum of RGB (Red+Green+Blue) = 198+156+68=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C44 is #3963BB. Grayscale: #9E9E9E. Windows color (decimal): -3761084 or 4496582. OLE color: 4496582.

HSL color Cylindrical-coordinate representation of color #C69C44: hue angle of 40.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C69C44 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB19815668-
CMYK00.210.660.22
HSL40.62º53.28%52.16%-
HSV(B)40.62º65.66%77.65%-
XYZ36.2236.210.55-
YUV158.5376.91156.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=46.92%
G=36.97%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981566800.210.660.2240.6253.2852.16
HexC69C440154216293534
Octal30623410402510226516564
Binary11000110100111001000100010101100001010110101001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C44; }

 p { color: rgb(198,156,68); }

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

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

 a { background-color: rgb(198,156,68); }

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

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

 span { border-color: rgb(198,156,68); }

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