#C6BD57

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

Shades of Tacha #C6BD57

Tints of Tacha #C6BD57

Color information

#C6BD57 (or 0xC6BD57) is unknown color: approx Tacha. HEX triplet: C6, BD and 57. RGB value is (198,189,87). Sum of RGB (Red+Green+Blue) = 198+189+87=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD57 is #3942A8. Grayscale: #B4B4B4. Windows color (decimal): -3752617 or 5750214. OLE color: 5750214.

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

Color convert

RGB19818987-
CMYK00.050.560.22
HSL55.14º49.33%55.88%-
HSV(B)55.14º56.06%77.65%-
XYZ43.2149.0916.21-
YUV180.0675.48140.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 87 (34.38% from 255) = 18.35%
R=41.77%
G=39.87%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981898700.050.560.2255.1449.3355.88
HexC6BD57053816373138
Octal306275127057026676170
Binary11000110101111011010111010111100010110110111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD57; }

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

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

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

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

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

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

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

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