Html Css Color HEX #655955 Dorado

📋 copy color: '#655955'

red 101 ◦ green 89 ◦ blue 85

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

Shades of Dorado #655955

Tints of Dorado #655955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 36.73%
G = 32.36%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#655955 (or 0x655955) is known color: Dorado. HEX triplet: 65, 59 and 55. RGB value is (101,89,85). Sum of RGB (Red+Green+Blue) = 101+89+85=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #655955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655955 is #9AA6AA. Grayscale: #5C5C5C. Windows color (decimal): -10135211 or 5593445. OLE color: 5593445.

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

Color convert

RGB 101 89 85 -
CMYK 0 0.12 0.16 0.60
HSL 15º 0.09% 0.36% -
HSV(B) 15º 0.16% 0.4% -
XYZ 10.58 10.57 10.08 -
YUV 92.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 101 89 85 0 0.12 0.16 0.60 15 0.09 0.36
Hex 65 59 55 0 C 10 3C F 9 24
Octal 145 131 125 0 14 20 74 17 11 44
Binary 1100101 1011001 1010101 0 1100 10000 111100 1111 1001 100100

Color Harmonies of #655955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655955

Black with #655955

Text Example


Text Example

White with #655955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655955; }

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

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

background-color css

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

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

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

border-color css

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

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

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