#656160

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

Shades of Dorado #656160

Tints of Dorado #656160

Color information

#656160 (or 0x656160) is unknown color: approx Dorado. HEX triplet: 65, 61 and 60. RGB value is (101,97,96). Sum of RGB (Red+Green+Blue) = 101+97+96=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 101 - color contains mainly: red. Hex color #656160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656160 is #9A9E9F. Grayscale: #626262. Windows color (decimal): -10133152 or 6316389. OLE color: 6316389.

HSL color Cylindrical-coordinate representation of color #656160: hue angle of 12º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #656160 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1019796-
CMYK00.040.050.60
HSL12º2.54%38.63%-
HSV(B)12º4.95%39.61%-
XYZ11.7512.1612.79-
YUV98.08126.83130.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=34.35%
G=32.99%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101979600.040.050.60122.5438.63
Hex6561600453Cc327
Octal1451411400457414347
Binary1100101110000111000000100101111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656160; }

 p { color: rgb(101,97,96); }

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

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

 a { background-color: rgb(101,97,96); }

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

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

 span { border-color: rgb(101,97,96); }

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