#C6BE56

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

Shades of Tacha #C6BE56

Tints of Tacha #C6BE56

Color information

#C6BE56 (or 0xC6BE56) is unknown color: approx Tacha. HEX triplet: C6, BE and 56. RGB value is (198,190,86). Sum of RGB (Red+Green+Blue) = 198+190+86=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE56 is #3941A9. Grayscale: #B4B4B4. Windows color (decimal): -3752362 or 5684934. OLE color: 5684934.

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

Color convert

RGB19819086-
CMYK00.040.570.22
HSL55.71º49.56%55.69%-
HSV(B)55.71º56.57%77.65%-
XYZ43.3849.516.07-
YUV180.5474.65140.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=41.77%
G=40.08%
B=18.14%

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
Decimal1981908600.040.570.2255.7149.5655.69
HexC6BE56043916383238
Octal306276126047126706270
Binary11000110101111101010110010011100110110111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE56; }

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

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

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

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

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

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

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

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