Html Css Color HEX #6D5E57 Dorado

📋 copy color: '#6D5E57'

red 109 ◦ green 94 ◦ blue 87

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

Shades of Dorado #6D5E57

Tints of Dorado #6D5E57

RGB

 RED value IS 109 (42.97% from 255) = 37.59%

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 37.59%
G = 32.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D5E57 (or 0x6D5E57) is known color: Dorado. HEX triplet: 6D, 5E and 57. RGB value is (109,94,87). Sum of RGB (Red+Green+Blue) = 109+94+87=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E57 is #92A1A8. Grayscale: #616161. Windows color (decimal): -9609641 or 5725805. OLE color: 5725805.

HSL color Cylindrical-coordinate representation of color #6D5E57: hue angle of 19.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5E57 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 94 87 -
CMYK 0 0.14 0.20 0.57
HSL 19.09º 0.11% 0.38% -
HSV(B) 19.09º 0.2% 0.43% -
XYZ 12.03 11.94 10.69 -
YUV 97.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 109 94 87 0 0.14 0.20 0.57 19.09 0.11 0.38
Hex 6D 5E 57 0 E 14 39 13 B 26
Octal 155 136 127 0 16 24 71 23 13 46
Binary 1101101 1011110 1010111 0 1110 10100 111001 10011 1011 100110

Color Harmonies of #6D5E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E57

Black with #6D5E57

Text Example


Text Example

White with #6D5E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5E57; }

 p { color: rgb(109,94,87); }

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

background-color css

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

 a { background-color: rgb(109,94,87); }

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

border-color css

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

 span { border-color: rgb(109,94,87); }

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