#c6954c

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

Shades of Tussock #C6954C

Tints of Tussock #C6954C

Color information

#C6954C (or 0xC6954C) is unknown color: approx Tussock. HEX triplet: C6, 95 and 4C. RGB value is (198,149,76). Sum of RGB (Red+Green+Blue) = 198+149+76=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6954C is #396AB3. Grayscale: #9B9B9B. Windows color (decimal): -3762868 or 5019078. OLE color: 5019078.

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

Color convert

RGB19814976-
CMYK00.250.620.22
HSL35.9º51.69%53.73%-
HSV(B)35.9º61.62%77.65%-
XYZ35.3434.0211.54-
YUV155.3383.23158.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=46.81%
G=35.22%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981497600.250.620.2235.951.6953.73
HexC6954C0193E16243436
Octal3062251140317626446466
Binary1100011010010101100110001100111111010110100100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6954c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6954c; }

 p { color: rgb(198,149,76); }

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

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

 a { background-color: rgb(198,149,76); }

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

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

 span { border-color: rgb(198,149,76); }

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