#c6b95e

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

Shades of Tacha #C6B95E

Tints of Tacha #C6B95E

Color information

#C6B95E (or 0xC6B95E) is unknown color: approx Tacha. HEX triplet: C6, B9 and 5E. RGB value is (198,185,94). Sum of RGB (Red+Green+Blue) = 198+185+94=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B95E is #3946A1. Grayscale: #B2B2B2. Windows color (decimal): -3753634 or 6207942. OLE color: 6207942.

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

Color convert

RGB19818594-
CMYK00.070.530.22
HSL52.5º47.71%57.25%-
HSV(B)52.5º52.53%77.65%-
XYZ42.6647.5117.51-
YUV178.5180.31141.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=41.51%
G=38.78%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981859400.070.530.2252.547.7157.25
HexC6B95E073516343039
Octal306271136076526646071
Binary11000110101110011011110011111010110110110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b95e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b95e; }

 p { color: rgb(198,185,94); }

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

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

 a { background-color: rgb(198,185,94); }

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

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

 span { border-color: rgb(198,185,94); }

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