#C6A359

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

Shades of Laser #C6A359

Tints of Laser #C6A359

Color information

#C6A359 (or 0xC6A359) is unknown color: approx Laser. HEX triplet: C6, A3 and 59. RGB value is (198,163,89). Sum of RGB (Red+Green+Blue) = 198+163+89=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A359 is #395CA6. Grayscale: #A5A5A5. Windows color (decimal): -3759271 or 5874630. OLE color: 5874630.

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

Color convert

RGB19816389-
CMYK00.180.550.22
HSL40.73º48.88%56.27%-
HSV(B)40.73º55.05%77.65%-
XYZ38.1938.9214.95-
YUV165.0385.1151.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=44%
G=36.22%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981638900.180.550.2240.7348.8856.27
HexC6A3590123716293138
Octal3062431310226726516170
Binary1100011010100011101100101001011011110110101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A359; }

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

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

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

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

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

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

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

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