#C6BA5B

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

Shades of Tacha #C6BA5B

Tints of Tacha #C6BA5B

Color information

#C6BA5B (or 0xC6BA5B) is unknown color: approx Tacha. HEX triplet: C6, BA and 5B. RGB value is (198,186,91). Sum of RGB (Red+Green+Blue) = 198+186+91=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA5B is #3945A4. Grayscale: #B3B3B3. Windows color (decimal): -3753381 or 6011590. OLE color: 6011590.

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

Color convert

RGB19818691-
CMYK00.060.540.22
HSL53.27º48.42%56.67%-
HSV(B)53.27º54.04%77.65%-
XYZ42.7447.8816.89-
YUV178.7678.48141.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=41.68%
G=39.16%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981869100.060.540.2253.2748.4256.67
HexC6BA5B063616353039
Octal306272133066626656071
Binary11000110101110101011011011011011010110110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA5B; }

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

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

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

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

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

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

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

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