#C69349

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

Shades of Tussock #C69349

Tints of Tussock #C69349

Color information

#C69349 (or 0xC69349) is unknown color: approx Tussock. HEX triplet: C6, 93 and 49. RGB value is (198,147,73). Sum of RGB (Red+Green+Blue) = 198+147+73=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C69349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69349 is #396CB6. Grayscale: #9A9A9A. Windows color (decimal): -3763383 or 4821958. OLE color: 4821958.

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

Color convert

RGB19814773-
CMYK00.260.630.22
HSL35.52º52.3%53.14%-
HSV(B)35.52º63.13%77.65%-
XYZ34.9333.3510.9-
YUV153.8182.4159.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=47.37%
G=35.17%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981477300.260.630.2235.5252.353.14
HexC6934901A3F16243435
Octal3062231110327726446465
Binary1100011010010011100100101101011111110110100100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69349; }

 p { color: rgb(198,147,73); }

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

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

 a { background-color: rgb(198,147,73); }

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

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

 span { border-color: rgb(198,147,73); }

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