#C69A44

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

Shades of Tussock #C69A44

Tints of Tussock #C69A44

Color information

#C69A44 (or 0xC69A44) is unknown color: approx Tussock. HEX triplet: C6, 9A and 44. RGB value is (198,154,68). Sum of RGB (Red+Green+Blue) = 198+154+68=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A44 is #3965BB. Grayscale: #9D9D9D. Windows color (decimal): -3761596 or 4496070. OLE color: 4496070.

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

Color convert

RGB19815468-
CMYK00.220.660.22
HSL39.69º53.28%52.16%-
HSV(B)39.69º65.66%77.65%-
XYZ35.8935.5310.44-
YUV157.3577.58156.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 68 (26.95% from 255) = 16.19%
R=47.14%
G=36.67%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981546800.220.660.2239.6953.2852.16
HexC69A440164216283534
Octal30623210402610226506564
Binary11000110100110101000100010110100001010110101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A44; }

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

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

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

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

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

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

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

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