#C69A46

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

Shades of Tussock #C69A46

Tints of Tussock #C69A46

Color information

#C69A46 (or 0xC69A46) is unknown color: approx Tussock. HEX triplet: C6, 9A and 46. RGB value is (198,154,70). Sum of RGB (Red+Green+Blue) = 198+154+70=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A46 is #3965B9. Grayscale: #9D9D9D. Windows color (decimal): -3761594 or 4627142. OLE color: 4627142.

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

Color convert

RGB19815470-
CMYK00.220.650.22
HSL39.38º52.89%52.55%-
HSV(B)39.38º64.65%77.65%-
XYZ35.9535.5610.76-
YUV157.5878.58156.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 70 (27.73% from 255) = 16.59%
R=46.92%
G=36.49%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981547000.220.650.2239.3852.8952.55
HexC69A460164116273535
Octal30623210602610126476565
Binary11000110100110101000110010110100000110110100111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A46; }

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

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

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

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

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

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

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

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