#C69D46

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

Shades of Tussock #C69D46

Tints of Tussock #C69D46

Color information

#C69D46 (or 0xC69D46) is unknown color: approx Tussock. HEX triplet: C6, 9D and 46. RGB value is (198,157,70). Sum of RGB (Red+Green+Blue) = 198+157+70=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D46 is #3962B9. Grayscale: #9F9F9F. Windows color (decimal): -3760826 or 4627910. OLE color: 4627910.

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

Color convert

RGB19815770-
CMYK00.210.650.22
HSL40.78º52.89%52.55%-
HSV(B)40.78º64.65%77.65%-
XYZ36.4536.5610.93-
YUV159.3477.58155.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=46.59%
G=36.94%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981577000.210.650.2240.7852.8952.55
HexC69D460154116293535
Octal30623510602510126516565
Binary11000110100111011000110010101100000110110101001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D46; }

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

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

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

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

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

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

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

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