#C9964B

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

Shades of Tussock #C9964B

Tints of Tussock #C9964B

Color information

#C9964B (or 0xC9964B) is unknown color: approx Tussock. HEX triplet: C9, 96 and 4B. RGB value is (201,150,75). Sum of RGB (Red+Green+Blue) = 201+150+75=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9964B is #3669B4. Grayscale: #9D9D9D. Windows color (decimal): -3566005 or 4953801. OLE color: 4953801.

HSL color Cylindrical-coordinate representation of color #C9964B: hue angle of 35.71º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9964B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20115075-
CMYK00.250.630.21
HSL35.71º53.85%54.12%-
HSV(B)35.71º62.69%78.82%-
XYZ36.2634.7411.45-
YUV156.781.9159.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=47.18%
G=35.21%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011507500.250.630.2135.7153.8554.12
HexC9964B0193F15243636
Octal3112261130317725446666
Binary1100100110010110100101101100111111110101100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9964B; }

 p { color: rgb(201,150,75); }

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

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

 a { background-color: rgb(201,150,75); }

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

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

 span { border-color: rgb(201,150,75); }

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