#C6A25B

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

Shades of Laser #C6A25B

Tints of Laser #C6A25B

Color information

#C6A25B (or 0xC6A25B) is unknown color: approx Laser. HEX triplet: C6, A2 and 5B. RGB value is (198,162,91). Sum of RGB (Red+Green+Blue) = 198+162+91=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A25B is #395DA4. Grayscale: #A4A4A4. Windows color (decimal): -3759525 or 6005446. OLE color: 6005446.

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

Color convert

RGB19816291-
CMYK00.180.540.22
HSL39.81º48.42%56.67%-
HSV(B)39.81º54.04%77.65%-
XYZ38.138.615.34-
YUV164.6786.43151.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=43.90%
G=35.92%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981629100.180.540.2239.8148.4256.67
HexC6A25B0123616283039
Octal3062421330226626506071
Binary1100011010100010101101101001011011010110101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A25B; }

 p { color: rgb(198,162,91); }

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

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

 a { background-color: rgb(198,162,91); }

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

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

 span { border-color: rgb(198,162,91); }

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