Html Css Color HEX #655D59 Dorado

📋 copy color: '#655D59'

red 101 ◦ green 93 ◦ blue 89

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

Shades of Dorado #655D59

Tints of Dorado #655D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 35.69%
G = 32.86%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#655D59 (or 0x655D59) is known color: Dorado. HEX triplet: 65, 5D and 59. RGB value is (101,93,89). Sum of RGB (Red+Green+Blue) = 101+93+89=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D59 is #9AA2A6. Grayscale: #5E5E5E. Windows color (decimal): -10134183 or 5856613. OLE color: 5856613.

HSL color Cylindrical-coordinate representation of color #655D59: hue angle of 20º 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 #655D59 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 93 89 -
CMYK 0 0.08 0.12 0.60
HSL 20º 0.06% 0.37% -
HSV(B) 20º 0.12% 0.4% -
XYZ 11.08 11.32 11.05 -
YUV 94.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 101 93 89 0 0.08 0.12 0.60 20 0.06 0.37
Hex 65 5D 59 0 8 C 3C 14 6 25
Octal 145 135 131 0 10 14 74 24 6 45
Binary 1100101 1011101 1011001 0 1000 1100 111100 10100 110 100101

Color Harmonies of #655D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655D59

Black with #655D59

Text Example


Text Example

White with #655D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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