#C6BA5D

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

Shades of Tacha #C6BA5D

Tints of Tacha #C6BA5D

Color information

#C6BA5D (or 0xC6BA5D) is unknown color: approx Tacha. HEX triplet: C6, BA and 5D. RGB value is (198,186,93). Sum of RGB (Red+Green+Blue) = 198+186+93=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA5D is #3945A2. Grayscale: #B3B3B3. Windows color (decimal): -3753379 or 6142662. OLE color: 6142662.

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

Color convert

RGB19818693-
CMYK00.060.530.22
HSL53.14º47.95%57.06%-
HSV(B)53.14º53.03%77.65%-
XYZ42.8247.9117.35-
YUV178.9979.48141.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=41.51%
G=38.99%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981869300.060.530.2253.1447.9557.06
HexC6BA5D063516353039
Octal306272135066526656071
Binary11000110101110101011101011011010110110110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA5D; }

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

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

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

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

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

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

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

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