#C6B956

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

Shades of Tacha #C6B956

Tints of Tacha #C6B956

Color information

#C6B956 (or 0xC6B956) is unknown color: approx Tacha. HEX triplet: C6, B9 and 56. RGB value is (198,185,86). Sum of RGB (Red+Green+Blue) = 198+185+86=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B956 is #3946A9. Grayscale: #B2B2B2. Windows color (decimal): -3753642 or 5683654. OLE color: 5683654.

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

Color convert

RGB19818586-
CMYK00.070.570.22
HSL53.04º49.56%55.69%-
HSV(B)53.04º56.57%77.65%-
XYZ42.3247.3815.72-
YUV177.676.31142.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=42.22%
G=39.45%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981858600.070.570.2253.0449.5655.69
HexC6B956073916353238
Octal306271126077126656270
Binary11000110101110011010110011111100110110110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B956; }

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

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

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

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

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

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

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

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