#C6BA59

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

Shades of Tacha #C6BA59

Tints of Tacha #C6BA59

Color information

#C6BA59 (or 0xC6BA59) is unknown color: approx Tacha. HEX triplet: C6, BA and 59. RGB value is (198,186,89). Sum of RGB (Red+Green+Blue) = 198+186+89=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA59 is #3945A6. Grayscale: #B2B2B2. Windows color (decimal): -3753383 or 5880518. OLE color: 5880518.

HSL color Cylindrical-coordinate representation of color #C6BA59: hue angle of 53.39º 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 #C6BA59 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19818689-
CMYK00.060.550.22
HSL53.39º48.88%56.27%-
HSV(B)53.39º55.05%77.65%-
XYZ42.6547.8416.44-
YUV178.5377.48141.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 89 (35.16% from 255) = 18.82%
R=41.86%
G=39.32%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981868900.060.550.2253.3948.8856.27
HexC6BA59063716353138
Octal306272131066726656170
Binary11000110101110101011001011011011110110110101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA59; }

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

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

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

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

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

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

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

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