#C69C4E

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

Shades of Tussock #C69C4E

Tints of Tussock #C69C4E

Color information

#C69C4E (or 0xC69C4E) is unknown color: approx Tussock. HEX triplet: C6, 9C and 4E. RGB value is (198,156,78). Sum of RGB (Red+Green+Blue) = 198+156+78=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C4E is #3963B1. Grayscale: #A0A0A0. Windows color (decimal): -3761074 or 5151942. OLE color: 5151942.

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

Color convert

RGB19815678-
CMYK00.210.610.22
HSL39º51.28%54.12%-
HSV(B)39º60.61%77.65%-
XYZ36.5536.3312.29-
YUV159.6781.91155.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=45.83%
G=36.11%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981567800.210.610.223951.2854.12
HexC69C4E0153D16273336
Octal3062341160257526476366
Binary1100011010011100100111001010111110110110100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C4E; }

 p { color: rgb(198,156,78); }

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

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

 a { background-color: rgb(198,156,78); }

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

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

 span { border-color: rgb(198,156,78); }

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