#C69750

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

Shades of Tussock #C69750

Tints of Tussock #C69750

Color information

#C69750 (or 0xC69750) is unknown color: approx Tussock. HEX triplet: C6, 97 and 50. RGB value is (198,151,80). Sum of RGB (Red+Green+Blue) = 198+151+80=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C69750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69750 is #3968AF. Grayscale: #9D9D9D. Windows color (decimal): -3762352 or 5281734. OLE color: 5281734.

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

Color convert

RGB19815180-
CMYK00.240.600.22
HSL36.1º50.86%54.51%-
HSV(B)36.1º59.6%77.65%-
XYZ35.834.7212.4-
YUV156.9684.57157.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=46.15%
G=35.20%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981518000.240.600.2236.150.8654.51
HexC697500183C16243337
Octal3062271200307426446367
Binary1100011010010111101000001100011110010110100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69750; }

 p { color: rgb(198,151,80); }

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

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

 a { background-color: rgb(198,151,80); }

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

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

 span { border-color: rgb(198,151,80); }

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