#C69D49

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

Shades of Tussock #C69D49

Tints of Tussock #C69D49

Color information

#C69D49 (or 0xC69D49) is unknown color: approx Tussock. HEX triplet: C6, 9D and 49. RGB value is (198,157,73). Sum of RGB (Red+Green+Blue) = 198+157+73=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D49 is #3962B6. Grayscale: #A0A0A0. Windows color (decimal): -3760823 or 4824518. OLE color: 4824518.

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

Color convert

RGB19815773-
CMYK00.210.630.22
HSL40.32º52.3%53.14%-
HSV(B)40.32º63.13%77.65%-
XYZ36.5536.611.44-
YUV159.6879.08155.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=46.26%
G=36.68%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981577300.210.630.2240.3252.353.14
HexC69D490153F16283435
Octal3062351110257726506465
Binary1100011010011101100100101010111111110110101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D49; }

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

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

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

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

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

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

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

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