#C6B95C

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

Shades of Tacha #C6B95C

Tints of Tacha #C6B95C

Color information

#C6B95C (or 0xC6B95C) is unknown color: approx Tacha. HEX triplet: C6, B9 and 5C. RGB value is (198,185,92). Sum of RGB (Red+Green+Blue) = 198+185+92=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B95C is #3946A3. Grayscale: #B2B2B2. Windows color (decimal): -3753636 or 6076870. OLE color: 6076870.

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

Color convert

RGB19818592-
CMYK00.070.540.22
HSL52.64º48.18%56.86%-
HSV(B)52.64º53.54%77.65%-
XYZ42.5747.4817.05-
YUV178.2879.31142.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=41.68%
G=38.95%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981859200.070.540.2252.6448.1856.86
HexC6B95C073616353039
Octal306271134076626656071
Binary11000110101110011011100011111011010110110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B95C; }

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

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

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

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

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

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

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

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