Html Css Color HEX #655D5B Dorado

📋 copy color: '#655D5B'

red 101 ◦ green 93 ◦ blue 91

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

Shades of Dorado #655D5B

Tints of Dorado #655D5B

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 value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#655D5B (or 0x655D5B) is known color: 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

RGB 101 93 91 -
CMYK 0 0.08 0.10 0.60
HSL 12º 0.05% 0.38% -
HSV(B) 12º 0.1% 0.4% -
XYZ 11.17 11.35 11.5 -
YUV 95.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 101 93 91 0 0.08 0.10 0.60 12 0.05 0.38
Hex 65 5D 5B 0 8 A 3C C 5 26
Octal 145 135 133 0 10 12 74 14 5 46
Binary 1100101 1011101 1011011 0 1000 1010 111100 1100 101 100110

Color Harmonies of #655D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655D5B

Black with #655D5B

Text Example


Text Example

White with #655D5B

Text Example


Text Example

HTML Codes & Css Web 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>