#C6B460

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

Shades of Tacha #C6B460

Tints of Tacha #C6B460

Color information

#C6B460 (or 0xC6B460) is unknown color: approx Tacha. HEX triplet: C6, B4 and 60. RGB value is (198,180,96). Sum of RGB (Red+Green+Blue) = 198+180+96=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B460 is #394B9F. Grayscale: #B0B0B0. Windows color (decimal): -3754912 or 6337734. OLE color: 6337734.

HSL color Cylindrical-coordinate representation of color #C6B460: hue angle of 49.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6B460 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19818096-
CMYK00.090.520.22
HSL49.41º47.22%57.65%-
HSV(B)49.41º51.52%77.65%-
XYZ41.7245.4917.65-
YUV175.8182.96143.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 96 (37.89% from 255) = 20.25%
R=41.77%
G=37.97%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981809600.090.520.2249.4147.2257.65
HexC6B460093416312f3a
Octal3062641400116426615772
Binary110001101011010011000000100111010010110110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B460; }

 p { color: rgb(198,180,96); }

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

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

 a { background-color: rgb(198,180,96); }

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

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

 span { border-color: rgb(198,180,96); }

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