Html Css Color HEX #655B57 Dorado

📋 copy color: '#655B57'

red 101 ◦ green 91 ◦ blue 87

#655B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #655B57

Tints of Dorado #655B57

RGB

 RED value IS 101 (39.84% from 255) = 36.2%

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 36.2%
G = 32.62%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#655B57 (or 0x655B57) is known color: Dorado. HEX triplet: 65, 5B and 57. RGB value is (101,91,87). Sum of RGB (Red+Green+Blue) = 101+91+87=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #655B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B57 is #9AA4A8. Grayscale: #5D5D5D. Windows color (decimal): -10134697 or 5725029. OLE color: 5725029.

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

Color convert

RGB 101 91 87 -
CMYK 0 0.10 0.14 0.60
HSL 17.14º 0.07% 0.37% -
HSV(B) 17.14º 0.14% 0.4% -
XYZ 10.83 10.94 10.56 -
YUV 93.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 101 91 87 0 0.10 0.14 0.60 17.14 0.07 0.37
Hex 65 5B 57 0 A E 3C 11 7 25
Octal 145 133 127 0 12 16 74 21 7 45
Binary 1100101 1011011 1010111 0 1010 1110 111100 10001 111 100101

Color Harmonies of #655B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B57

Black with #655B57

Text Example


Text Example

White with #655B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #655B57;
 }
 .AnyTagClassName
 {
   color: #655B57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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