#C6B756

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

Shades of Tacha #C6B756

Tints of Tacha #C6B756

Color information

#C6B756 (or 0xC6B756) is unknown color: approx Tacha. HEX triplet: C6, B7 and 56. RGB value is (198,183,86). Sum of RGB (Red+Green+Blue) = 198+183+86=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B756 is #3948A9. Grayscale: #B0B0B0. Windows color (decimal): -3754154 or 5683142. OLE color: 5683142.

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

Color convert

RGB19818386-
CMYK00.080.570.22
HSL51.96º49.56%55.69%-
HSV(B)51.96º56.57%77.65%-
XYZ41.946.5415.58-
YUV176.4376.97143.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 86 (33.98% from 255) = 18.42%
R=42.40%
G=39.19%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981838600.080.570.2251.9649.5655.69
HexC6B756083916343238
Octal3062671260107126646270
Binary110001101011011110101100100011100110110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B756; }

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

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

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

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

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

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

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

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