#c6a956

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

Shades of Laser #C6A956

Tints of Laser #C6A956

Color information

#C6A956 (or 0xC6A956) is unknown color: approx Laser. HEX triplet: C6, A9 and 56. RGB value is (198,169,86). Sum of RGB (Red+Green+Blue) = 198+169+86=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A956 is #3956A9. Grayscale: #A8A8A8. Windows color (decimal): -3757738 or 5679558. OLE color: 5679558.

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

Color convert

RGB19816986-
CMYK00.150.570.22
HSL44.46º49.56%55.69%-
HSV(B)44.46º56.57%77.65%-
XYZ39.1641.0514.66-
YUV168.2181.61149.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=43.71%
G=37.31%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981698600.150.570.2244.4649.5655.69
HexC6A9560F39162c3238
Octal3062511260177126546270
Binary110001101010100110101100111111100110110101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a956; }

 p { color: rgb(198,169,86); }

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

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

 a { background-color: rgb(198,169,86); }

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

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

 span { border-color: rgb(198,169,86); }

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