#655D5B

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

Shades of Dorado #655D5B

Tints of Dorado #655D5B

Color information

#655D5B (or 0x655D5B) is unknown color: approx Dorado. HEX triplet: 65, 5D and 5B. RGB value is (101,93,91). Sum of RGB (Red+Green+Blue) = 101+93+91=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D5B is #9AA2A4. Grayscale: #5F5F5F. Windows color (decimal): -10134181 or 5987685. OLE color: 5987685.

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

Color convert

RGB1019391-
CMYK00.080.100.60
HSL12º5.21%37.65%-
HSV(B)12º9.9%39.61%-
XYZ11.1711.3511.5-
YUV95.16125.65132.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=35.44%
G=32.63%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101939100.080.100.60125.2137.65
Hex655D5B08A3Cc526
Octal145135133010127414546
Binary1100101101110110110110100010101111001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655D5B; }

 p { color: rgb(101,93,91); }

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

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

 a { background-color: rgb(101,93,91); }

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

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

 span { border-color: rgb(101,93,91); }

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