#C6A256

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

Shades of Laser #C6A256

Tints of Laser #C6A256

Color information

#C6A256 (or 0xC6A256) is unknown color: approx Laser. HEX triplet: C6, A2 and 56. RGB value is (198,162,86). Sum of RGB (Red+Green+Blue) = 198+162+86=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A256 is #395DA9. Grayscale: #A4A4A4. Windows color (decimal): -3759530 or 5677766. OLE color: 5677766.

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

Color convert

RGB19816286-
CMYK00.180.570.22
HSL40.71º49.56%55.69%-
HSV(B)40.71º56.57%77.65%-
XYZ37.8938.5214.24-
YUV164.183.93152.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 86 (33.98% from 255) = 19.28%
R=44.39%
G=36.32%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981628600.180.570.2240.7149.5655.69
HexC6A2560123916293238
Octal3062421260227126516270
Binary1100011010100010101011001001011100110110101001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A256; }

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

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

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

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

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

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

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

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