#C6964A

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

Shades of Tussock #C6964A

Tints of Tussock #C6964A

Color information

#C6964A (or 0xC6964A) is unknown color: approx Tussock. HEX triplet: C6, 96 and 4A. RGB value is (198,150,74). Sum of RGB (Red+Green+Blue) = 198+150+74=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6964A is #3969B5. Grayscale: #9C9C9C. Windows color (decimal): -3762614 or 4888262. OLE color: 4888262.

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

Color convert

RGB19815074-
CMYK00.240.630.22
HSL36.77º52.1%53.33%-
HSV(B)36.77º62.63%77.65%-
XYZ35.4334.3111.23-
YUV155.6981.9158.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=46.92%
G=35.55%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981507400.240.630.2236.7752.153.33
HexC6964A0183F16253435
Octal3062261120307726456465
Binary1100011010010110100101001100011111110110100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6964A; }

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

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

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

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

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

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

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

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