Html Css Color HEX #655A57 Dorado

📋 copy color: '#655A57'

red 101 ◦ green 90 ◦ blue 87

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

Shades of Dorado #655A57

Tints of Dorado #655A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

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

R = 36.33%
G = 32.37%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#655A57 (or 0x655A57) is known color: Dorado. HEX triplet: 65, 5A and 57. RGB value is (101,90,87). Sum of RGB (Red+Green+Blue) = 101+90+87=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #655A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A57 is #9AA5A8. Grayscale: #5C5C5C. Windows color (decimal): -10134953 or 5724773. OLE color: 5724773.

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

Color convert

RGB 101 90 87 -
CMYK 0 0.11 0.14 0.60
HSL 12.86º 0.07% 0.37% -
HSV(B) 12.86º 0.14% 0.4% -
XYZ 10.74 10.77 10.53 -
YUV 92.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 101 90 87 0 0.11 0.14 0.60 12.86 0.07 0.37
Hex 65 5A 57 0 B E 3C D 7 25
Octal 145 132 127 0 13 16 74 15 7 45
Binary 1100101 1011010 1010111 0 1011 1110 111100 1101 111 100101

Color Harmonies of #655A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655A57

Black with #655A57

Text Example


Text Example

White with #655A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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