#c6a15d

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

Shades of Laser #C6A15D

Tints of Laser #C6A15D

Color information

#C6A15D (or 0xC6A15D) is unknown color: approx Laser. HEX triplet: C6, A1 and 5D. RGB value is (198,161,93). Sum of RGB (Red+Green+Blue) = 198+161+93=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A15D is #395EA2. Grayscale: #A4A4A4. Windows color (decimal): -3759779 or 6136262. OLE color: 6136262.

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

Color convert

RGB19816193-
CMYK00.190.530.22
HSL38.86º47.95%57.06%-
HSV(B)38.86º53.03%77.65%-
XYZ38.0138.2915.74-
YUV164.3187.76152.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=43.81%
G=35.62%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981619300.190.530.2238.8647.9557.06
HexC6A15D0133516273039
Octal3062411350236526476071
Binary1100011010100001101110101001111010110110100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a15d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a15d; }

 p { color: rgb(198,161,93); }

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

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

 a { background-color: rgb(198,161,93); }

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

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

 span { border-color: rgb(198,161,93); }

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