#C69D5D

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

Shades of Laser #C69D5D

Tints of Laser #C69D5D

Color information

#C69D5D (or 0xC69D5D) is unknown color: approx Laser. HEX triplet: C6, 9D and 5D. RGB value is (198,157,93). Sum of RGB (Red+Green+Blue) = 198+157+93=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D5D is #3962A2. Grayscale: #A2A2A2. Windows color (decimal): -3760803 or 6135238. OLE color: 6135238.

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

Color convert

RGB19815793-
CMYK00.210.530.22
HSL36.57º47.95%57.06%-
HSV(B)36.57º53.03%77.65%-
XYZ37.3236.9115.51-
YUV161.9689.08153.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=44.20%
G=35.04%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981579300.210.530.2236.5747.9557.06
HexC69D5D0153516253039
Octal3062351350256526456071
Binary1100011010011101101110101010111010110110100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D5D; }

 p { color: rgb(198,157,93); }

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

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

 a { background-color: rgb(198,157,93); }

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

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

 span { border-color: rgb(198,157,93); }

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