#C69C4A

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

Shades of Tussock #C69C4A

Tints of Tussock #C69C4A

Color information

#C69C4A (or 0xC69C4A) is unknown color: approx Tussock. HEX triplet: C6, 9C and 4A. RGB value is (198,156,74). Sum of RGB (Red+Green+Blue) = 198+156+74=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C4A is #3963B5. Grayscale: #9F9F9F. Windows color (decimal): -3761078 or 4889798. OLE color: 4889798.

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

Color convert

RGB19815674-
CMYK00.210.630.22
HSL39.68º52.1%53.33%-
HSV(B)39.68º62.63%77.65%-
XYZ36.4136.2811.56-
YUV159.2179.91155.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=46.26%
G=36.45%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981567400.210.630.2239.6852.153.33
HexC69C4A0153F16283435
Octal3062341120257726506465
Binary1100011010011100100101001010111111110110101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C4A; }

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

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

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

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

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

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

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

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