#C6A061

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

Shades of Laser #C6A061

Tints of Laser #C6A061

Color information

#C6A061 (or 0xC6A061) is unknown color: approx Laser. HEX triplet: C6, A0 and 61. RGB value is (198,160,97). Sum of RGB (Red+Green+Blue) = 198+160+97=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A061 is #395F9E. Grayscale: #A4A4A4. Windows color (decimal): -3760031 or 6398150. OLE color: 6398150.

HSL color Cylindrical-coordinate representation of color #C6A061: hue angle of 37.43º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6A061 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19816097-
CMYK00.190.510.22
HSL37.43º46.98%57.84%-
HSV(B)37.43º51.01%77.65%-
XYZ38.0238.0116.64-
YUV164.1890.09152.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=43.52%
G=35.16%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981609700.190.510.2237.4346.9857.84
HexC6A0610133316252f3a
Octal3062401410236326455772
Binary1100011010100000110000101001111001110110100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A061; }

 p { color: rgb(198,160,97); }

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

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

 a { background-color: rgb(198,160,97); }

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

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

 span { border-color: rgb(198,160,97); }

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