#c6a35f

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

Shades of Laser #C6A35F

Tints of Laser #C6A35F

Color information

#C6A35F (or 0xC6A35F) is unknown color: approx Laser. HEX triplet: C6, A3 and 5F. RGB value is (198,163,95). Sum of RGB (Red+Green+Blue) = 198+163+95=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A35F is #395CA0. Grayscale: #A6A6A6. Windows color (decimal): -3759265 or 6267846. OLE color: 6267846.

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

Color convert

RGB19816395-
CMYK00.180.520.22
HSL39.61º47.47%57.45%-
HSV(B)39.61º52.02%77.65%-
XYZ38.4539.0316.33-
YUV165.7188.1151.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=43.42%
G=35.75%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981639500.180.520.2239.6147.4757.45
HexC6A35F0123416282f39
Octal3062431370226426505771
Binary1100011010100011101111101001011010010110101000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a35f; }

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

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

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

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

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

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

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

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