#C6A361

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

Shades of Laser #C6A361

Tints of Laser #C6A361

Color information

#C6A361 (or 0xC6A361) is unknown color: approx Laser. HEX triplet: C6, A3 and 61. RGB value is (198,163,97). Sum of RGB (Red+Green+Blue) = 198+163+97=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A361 is #395C9E. Grayscale: #A6A6A6. Windows color (decimal): -3759263 or 6398918. OLE color: 6398918.

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

Color convert

RGB19816397-
CMYK00.180.510.22
HSL39.21º46.98%57.84%-
HSV(B)39.21º51.01%77.65%-
XYZ38.5439.0616.82-
YUV165.9489.1150.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=43.23%
G=35.59%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981639700.180.510.2239.2146.9857.84
HexC6A3610123316272f3a
Octal3062431410226326475772
Binary1100011010100011110000101001011001110110100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A361; }

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

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

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

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

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

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

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

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