#C6AE67

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

Shades of Laser #C6AE67

Tints of Laser #C6AE67

Color information

#C6AE67 (or 0xC6AE67) is unknown color: approx Laser. HEX triplet: C6, AE and 67. RGB value is (198,174,103). Sum of RGB (Red+Green+Blue) = 198+174+103=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE67 is #395198. Grayscale: #ADADAD. Windows color (decimal): -3756441 or 6794950. OLE color: 6794950.

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

Color convert

RGB198174103-
CMYK00.120.480.22
HSL44.84º45.45%59.02%-
HSV(B)44.84º47.98%77.65%-
XYZ40.8743.2619.03-
YUV173.0888.45145.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=41.68%
G=36.63%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817410300.120.480.2244.8445.4559.02
HexC6AE670C30162d2d3b
Octal3062561470146026555573
Binary110001101010111011001110110011000010110101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE67; }

 p { color: rgb(198,174,103); }

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

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

 a { background-color: rgb(198,174,103); }

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

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

 span { border-color: rgb(198,174,103); }

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