#C6B659

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

Shades of Tacha #C6B659

Tints of Tacha #C6B659

Color information

#C6B659 (or 0xC6B659) is unknown color: approx Tacha. HEX triplet: C6, B6 and 59. RGB value is (198,182,89). Sum of RGB (Red+Green+Blue) = 198+182+89=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B659 is #3949A6. Grayscale: #B0B0B0. Windows color (decimal): -3754407 or 5879494. OLE color: 5879494.

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

Color convert

RGB19818289-
CMYK00.080.550.22
HSL51.19º48.88%56.27%-
HSV(B)51.19º55.05%77.65%-
XYZ41.8246.1816.16-
YUV176.1878.8143.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 89 (35.16% from 255) = 18.98%
R=42.22%
G=38.81%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981828900.080.550.2251.1948.8856.27
HexC6B659083716333138
Octal3062661310106726636170
Binary110001101011011010110010100011011110110110011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B659; }

 p { color: rgb(198,182,89); }

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

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

 a { background-color: rgb(198,182,89); }

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

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

 span { border-color: rgb(198,182,89); }

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