#C69D51

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

Shades of Tussock #C69D51

Tints of Tussock #C69D51

Color information

#C69D51 (or 0xC69D51) is unknown color: approx Tussock. HEX triplet: C6, 9D and 51. RGB value is (198,157,81). Sum of RGB (Red+Green+Blue) = 198+157+81=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D51 is #3962AE. Grayscale: #A0A0A0. Windows color (decimal): -3760815 or 5348806. OLE color: 5348806.

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

Color convert

RGB19815781-
CMYK00.210.590.22
HSL38.97º50.65%54.71%-
HSV(B)38.97º59.09%77.65%-
XYZ36.8336.7112.93-
YUV160.683.08154.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 81 (32.03% from 255) = 18.58%
R=45.41%
G=36.01%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981578100.210.590.2238.9750.6554.71
HexC69D510153B16273337
Octal3062351210257326476367
Binary1100011010011101101000101010111101110110100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D51; }

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

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

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

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

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

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

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

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