#C69A4A

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

Shades of Tussock #C69A4A

Tints of Tussock #C69A4A

Color information

#C69A4A (or 0xC69A4A) is unknown color: approx Tussock. HEX triplet: C6, 9A and 4A. RGB value is (198,154,74). Sum of RGB (Red+Green+Blue) = 198+154+74=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A4A is #3965B5. Grayscale: #9E9E9E. Windows color (decimal): -3761590 or 4889286. OLE color: 4889286.

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

Color convert

RGB19815474-
CMYK00.220.630.22
HSL38.71º52.1%53.33%-
HSV(B)38.71º62.63%77.65%-
XYZ36.0835.6111.45-
YUV158.0480.58156.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 74 (29.30% from 255) = 17.37%
R=46.48%
G=36.15%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981547400.220.630.2238.7152.153.33
HexC69A4A0163F16273435
Octal3062321120267726476465
Binary1100011010011010100101001011011111110110100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A4A; }

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

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

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

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

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

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

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

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