#C69A49

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

Shades of Tussock #C69A49

Tints of Tussock #C69A49

Color information

#C69A49 (or 0xC69A49) is unknown color: approx Tussock. HEX triplet: C6, 9A and 49. RGB value is (198,154,73). Sum of RGB (Red+Green+Blue) = 198+154+73=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A49 is #3965B6. Grayscale: #9E9E9E. Windows color (decimal): -3761591 or 4823750. OLE color: 4823750.

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

Color convert

RGB19815473-
CMYK00.220.630.22
HSL38.88º52.3%53.14%-
HSV(B)38.88º63.13%77.65%-
XYZ36.0535.611.27-
YUV157.9280.08156.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=46.59%
G=36.24%
B=17.18%

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
Decimal1981547300.220.630.2238.8852.353.14
HexC69A490163F16273435
Octal3062321110267726476465
Binary1100011010011010100100101011011111110110100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A49; }

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

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

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

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

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

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

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

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