#C69846

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

Shades of Tussock #C69846

Tints of Tussock #C69846

Color information

#C69846 (or 0xC69846) is unknown color: approx Tussock. HEX triplet: C6, 98 and 46. RGB value is (198,152,70). Sum of RGB (Red+Green+Blue) = 198+152+70=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C69846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69846 is #3967B9. Grayscale: #9C9C9C. Windows color (decimal): -3762106 or 4626630. OLE color: 4626630.

HSL color Cylindrical-coordinate representation of color #C69846: hue angle of 38.44º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C69846 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB19815270-
CMYK00.230.650.22
HSL38.44º52.89%52.55%-
HSV(B)38.44º64.65%77.65%-
XYZ35.6234.910.65-
YUV156.4179.24157.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 70 (27.73% from 255) = 16.67%
R=47.14%
G=36.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981527000.230.650.2238.4452.8952.55
HexC698460174116263535
Octal30623010602710126466565
Binary11000110100110001000110010111100000110110100110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69846; }

 p { color: rgb(198,152,70); }

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

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

 a { background-color: rgb(198,152,70); }

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

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

 span { border-color: rgb(198,152,70); }

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