#C6A861

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

Shades of Laser #C6A861

Tints of Laser #C6A861

Color information

#C6A861 (or 0xC6A861) is unknown color: approx Laser. HEX triplet: C6, A8 and 61. RGB value is (198,168,97). Sum of RGB (Red+Green+Blue) = 198+168+97=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A861 is #39579E. Grayscale: #A9A9A9. Windows color (decimal): -3757983 or 6400198. OLE color: 6400198.

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

Color convert

RGB19816897-
CMYK00.150.510.22
HSL42.18º46.98%57.84%-
HSV(B)42.18º51.01%77.65%-
XYZ39.4540.8717.12-
YUV168.8887.44148.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=42.76%
G=36.29%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981689700.150.510.2242.1846.9857.84
HexC6A8610F33162a2f3a
Octal3062501410176326525772
Binary110001101010100011000010111111001110110101010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A861; }

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

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

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

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

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

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

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

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