#C6A569

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

Shades of Laser #C6A569

Tints of Laser #C6A569

Color information

#C6A569 (or 0xC6A569) is unknown color: approx Laser. HEX triplet: C6, A5 and 69. RGB value is (198,165,105). Sum of RGB (Red+Green+Blue) = 198+165+105=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A569 is #395A96. Grayscale: #A8A8A8. Windows color (decimal): -3758743 or 6923718. OLE color: 6923718.

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

Color convert

RGB198165105-
CMYK00.170.470.22
HSL38.71º44.93%59.41%-
HSV(B)38.71º46.97%77.65%-
XYZ39.2939.9419-
YUV168.0392.43149.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=42.31%
G=35.26%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816510500.170.470.2238.7144.9359.41
HexC6A5690112F16272d3b
Octal3062451510215726475573
Binary1100011010100101110100101000110111110110100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A569; }

 p { color: rgb(198,165,105); }

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

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

 a { background-color: rgb(198,165,105); }

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

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

 span { border-color: rgb(198,165,105); }

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