#C69D4A

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

Shades of Tussock #C69D4A

Tints of Tussock #C69D4A

Color information

#C69D4A (or 0xC69D4A) is unknown color: approx Tussock. HEX triplet: C6, 9D and 4A. RGB value is (198,157,74). Sum of RGB (Red+Green+Blue) = 198+157+74=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D4A is #3962B5. Grayscale: #A0A0A0. Windows color (decimal): -3760822 or 4890054. OLE color: 4890054.

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

Color convert

RGB19815774-
CMYK00.210.630.22
HSL40.16º52.1%53.33%-
HSV(B)40.16º62.63%77.65%-
XYZ36.5836.6111.62-
YUV159.879.58155.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=46.15%
G=36.60%
B=17.25%

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
Decimal1981577400.210.630.2240.1652.153.33
HexC69D4A0153F16283435
Octal3062351120257726506465
Binary1100011010011101100101001010111111110110101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D4A; }

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

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

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

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

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

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

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

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