#C6A463

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

Shades of Laser #C6A463

Tints of Laser #C6A463

Color information

#C6A463 (or 0xC6A463) is unknown color: approx Laser. HEX triplet: C6, A4 and 63. RGB value is (198,164,99). Sum of RGB (Red+Green+Blue) = 198+164+99=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A463 is #395B9C. Grayscale: #A7A7A7. Windows color (decimal): -3759005 or 6530246. OLE color: 6530246.

HSL color Cylindrical-coordinate representation of color #C6A463: hue angle of 39.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6A463 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19816499-
CMYK00.170.500.22
HSL39.39º46.48%58.24%-
HSV(B)39.39º50%77.65%-
XYZ38.8239.4617.37-
YUV166.7689.76150.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=42.95%
G=35.57%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981649900.170.500.2239.3946.4858.24
HexC6A4630113216272e3a
Octal3062441430216226475672
Binary1100011010100100110001101000111001010110100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A463; }

 p { color: rgb(198,164,99); }

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

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

 a { background-color: rgb(198,164,99); }

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

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

 span { border-color: rgb(198,164,99); }

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