#C6A561

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

Shades of Laser #C6A561

Tints of Laser #C6A561

Color information

#C6A561 (or 0xC6A561) is unknown color: approx Laser. HEX triplet: C6, A5 and 61. RGB value is (198,165,97). Sum of RGB (Red+Green+Blue) = 198+165+97=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A561 is #395A9E. Grayscale: #A7A7A7. Windows color (decimal): -3758751 or 6399430. OLE color: 6399430.

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

Color convert

RGB19816597-
CMYK00.170.510.22
HSL40.4º46.98%57.84%-
HSV(B)40.4º51.01%77.65%-
XYZ38.939.7816.94-
YUV167.1188.43150.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.04%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=43.04%
G=35.87%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981659700.170.510.2240.446.9857.84
HexC6A5610113316282f3a
Octal3062451410216326505772
Binary1100011010100101110000101000111001110110101000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A561; }

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

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

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

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

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

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

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

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