#c69247

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

Shades of Tussock #C69247

Tints of Tussock #C69247

Color information

#C69247 (or 0xC69247) is unknown color: approx Tussock. HEX triplet: C6, 92 and 47. RGB value is (198,146,71). Sum of RGB (Red+Green+Blue) = 198+146+71=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69247 is #396DB8. Grayscale: #999999. Windows color (decimal): -3763641 or 4690630. OLE color: 4690630.

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

Color convert

RGB19814671-
CMYK00.260.640.22
HSL35.43º52.7%52.75%-
HSV(B)35.43º64.14%77.65%-
XYZ34.733.0210.51-
YUV15381.73160.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 71 (28.12% from 255) = 17.11%
R=47.71%
G=35.18%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981467100.260.640.2235.4352.752.75
HexC6924701A4016233535
Octal30622210703210026436565
Binary11000110100100101000111011010100000010110100011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c69247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c69247; }

 p { color: rgb(198,146,71); }

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

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

 a { background-color: rgb(198,146,71); }

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

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

 span { border-color: rgb(198,146,71); }

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