#C6954D

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

Shades of Tussock #C6954D

Tints of Tussock #C6954D

Color information

#C6954D (or 0xC6954D) is unknown color: approx Tussock. HEX triplet: C6, 95 and 4D. RGB value is (198,149,77). Sum of RGB (Red+Green+Blue) = 198+149+77=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6954D is #396AB2. Grayscale: #9B9B9B. Windows color (decimal): -3762867 or 5084614. OLE color: 5084614.

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

Color convert

RGB19814977-
CMYK00.250.610.22
HSL35.7º51.49%53.92%-
HSV(B)35.7º61.11%77.65%-
XYZ35.3834.0411.73-
YUV155.4483.73158.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=46.70%
G=35.14%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981497700.250.610.2235.751.4953.92
HexC6954D0193D16243336
Octal3062251150317526446366
Binary1100011010010101100110101100111110110110100100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6954D; }

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

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

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

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

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

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

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

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