#C6A965

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

Shades of Laser #C6A965

Tints of Laser #C6A965

Color information

#C6A965 (or 0xC6A965) is unknown color: approx Laser. HEX triplet: C6, A9 and 65. RGB value is (198,169,101). Sum of RGB (Red+Green+Blue) = 198+169+101=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A965 is #39569A. Grayscale: #AAAAAA. Windows color (decimal): -3757723 or 6662598. OLE color: 6662598.

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

Color convert

RGB198169101-
CMYK00.150.490.22
HSL42.06º45.97%58.63%-
HSV(B)42.06º48.99%77.65%-
XYZ39.8341.3218.19-
YUV169.9289.11148.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=42.31%
G=36.11%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816910100.150.490.2242.0645.9758.63
HexC6A9650F31162a2e3b
Octal3062511450176126525673
Binary110001101010100111001010111111000110110101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A965; }

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

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

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

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

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

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

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

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