#C6BF56

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

Shades of Tacha #C6BF56

Tints of Tacha #C6BF56

Color information

#C6BF56 (or 0xC6BF56) is unknown color: approx Tacha. HEX triplet: C6, BF and 56. RGB value is (198,191,86). Sum of RGB (Red+Green+Blue) = 198+191+86=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF56 is #3940A9. Grayscale: #B5B5B5. Windows color (decimal): -3752106 or 5685190. OLE color: 5685190.

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

Color convert

RGB19819186-
CMYK00.040.570.22
HSL56.25º49.56%55.69%-
HSV(B)56.25º56.57%77.65%-
XYZ43.649.9416.15-
YUV181.1274.32140.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=41.68%
G=40.21%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981918600.040.570.2256.2549.5655.69
HexC6BF56043916383238
Octal306277126047126706270
Binary11000110101111111010110010011100110110111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF56; }

 p { color: rgb(198,191,86); }

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

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

 a { background-color: rgb(198,191,86); }

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

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

 span { border-color: rgb(198,191,86); }

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