Html Css Color HEX #655B58 Dorado

📋 copy color: '#655B58'

red 101 ◦ green 91 ◦ blue 88

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

Shades of Dorado #655B58

Tints of Dorado #655B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 36.07%
G = 32.5%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#655B58 (or 0x655B58) is known color: Dorado. HEX triplet: 65, 5B and 58. RGB value is (101,91,88). Sum of RGB (Red+Green+Blue) = 101+91+88=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B58 is #9AA4A7. Grayscale: #5D5D5D. Windows color (decimal): -10134696 or 5790565. OLE color: 5790565.

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

Color convert

RGB 101 91 88 -
CMYK 0 0.10 0.13 0.60
HSL 13.85º 0.07% 0.37% -
HSV(B) 13.85º 0.13% 0.4% -
XYZ 10.87 10.95 10.77 -
YUV 93.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 101 91 88 0 0.10 0.13 0.60 13.85 0.07 0.37
Hex 65 5B 58 0 A D 3C E 7 25
Octal 145 133 130 0 12 15 74 16 7 45
Binary 1100101 1011011 1011000 0 1010 1101 111100 1110 111 100101

Color Harmonies of #655B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B58

Black with #655B58

Text Example


Text Example

White with #655B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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