#C6964B

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

Shades of Tussock #C6964B

Tints of Tussock #C6964B

Color information

#C6964B (or 0xC6964B) is unknown color: approx Tussock. HEX triplet: C6, 96 and 4B. RGB value is (198,150,75). Sum of RGB (Red+Green+Blue) = 198+150+75=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6964B is #3969B4. Grayscale: #9C9C9C. Windows color (decimal): -3762613 or 4953798. OLE color: 4953798.

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

Color convert

RGB19815075-
CMYK00.240.620.22
HSL36.59º51.9%53.53%-
HSV(B)36.59º62.12%77.65%-
XYZ35.4734.3311.41-
YUV155.882.4158.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=46.81%
G=35.46%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981507500.240.620.2236.5951.953.53
HexC6964B0183E16253436
Octal3062261130307626456466
Binary1100011010010110100101101100011111010110100101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6964B; }

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

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

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

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

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

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

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

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