#c6bd56

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

Shades of Tacha #C6BD56

Tints of Tacha #C6BD56

Color information

#C6BD56 (or 0xC6BD56) is unknown color: approx Tacha. HEX triplet: C6, BD and 56. RGB value is (198,189,86). Sum of RGB (Red+Green+Blue) = 198+189+86=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD56 is #3942A9. Grayscale: #B4B4B4. Windows color (decimal): -3752618 or 5684678. OLE color: 5684678.

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

Color convert

RGB19818986-
CMYK00.050.570.22
HSL55.18º49.56%55.69%-
HSV(B)55.18º56.57%77.65%-
XYZ43.1749.0716-
YUV179.9574.98140.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 86 (33.98% from 255) = 18.18%
R=41.86%
G=39.96%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981898600.050.570.2255.1849.5655.69
HexC6BD56053916373238
Octal306275126057126676270
Binary11000110101111011010110010111100110110110111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6bd56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6bd56; }

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

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

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

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

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

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

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

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