#655C59

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

Shades of Dorado #655C59

Tints of Dorado #655C59

Color information

#655C59 (or 0x655C59) is unknown color: approx Dorado. HEX triplet: 65, 5C and 59. RGB value is (101,92,89). Sum of RGB (Red+Green+Blue) = 101+92+89=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C59 is #9AA3A6. Grayscale: #5E5E5E. Windows color (decimal): -10134439 or 5856357. OLE color: 5856357.

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

Color convert

RGB1019289-
CMYK00.090.120.60
HSL15º6.32%37.25%-
HSV(B)15º11.88%39.61%-
XYZ1111.1411.02-
YUV94.35124.98132.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=35.82%
G=32.62%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101928900.090.120.60156.3237.25
Hex655C5909C3Cf625
Octal145134131011147417645
Binary1100101101110010110010100111001111001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,92,89); }

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

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

 a { background-color: rgb(101,92,89); }

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

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

 span { border-color: rgb(101,92,89); }

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