#655E5A

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

Shades of Dorado #655E5A

Tints of Dorado #655E5A

Color information

#655E5A (or 0x655E5A) is unknown color: approx Dorado. HEX triplet: 65, 5E and 5A. RGB value is (101,94,90). Sum of RGB (Red+Green+Blue) = 101+94+90=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E5A is #9AA1A5. Grayscale: #5F5F5F. Windows color (decimal): -10133926 or 5922405. OLE color: 5922405.

HSL color Cylindrical-coordinate representation of color #655E5A: hue angle of 21.82º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655E5A is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1019490-
CMYK00.070.110.60
HSL21.82º5.76%37.45%-
HSV(B)21.82º10.89%39.61%-
XYZ11.2111.5111.3-
YUV95.64124.82131.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=35.44%
G=32.98%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101949000.070.110.6021.825.7637.45
Hex655E5A07B3C16625
Octal14513613207137426645
Binary1100101101111010110100111101111110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,94,90); }

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

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

 a { background-color: rgb(101,94,90); }

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

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

 span { border-color: rgb(101,94,90); }

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