Html Css Color HEX #6D5E58 Dorado

📋 copy color: '#6D5E58'

red 109 ◦ green 94 ◦ blue 88

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

Shades of Dorado #6D5E58

Tints of Dorado #6D5E58

RGB

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

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

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

R = 37.46%
G = 32.3%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D5E58 (or 0x6D5E58) is known color: Dorado. HEX triplet: 6D, 5E and 58. RGB value is (109,94,88). Sum of RGB (Red+Green+Blue) = 109+94+88=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E58 is #92A1A7. Grayscale: #616161. Windows color (decimal): -9609640 or 5791341. OLE color: 5791341.

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

Color convert

RGB 109 94 88 -
CMYK 0 0.14 0.19 0.57
HSL 17.14º 0.11% 0.39% -
HSV(B) 17.14º 0.19% 0.43% -
XYZ 12.07 11.96 10.91 -
YUV 97.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 109 94 88 0 0.14 0.19 0.57 17.14 0.11 0.39
Hex 6D 5E 58 0 E 13 39 11 B 27
Octal 155 136 130 0 16 23 71 21 13 47
Binary 1101101 1011110 1011000 0 1110 10011 111001 10001 1011 100111

Color Harmonies of #6D5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E58

Black with #6D5E58

Text Example


Text Example

White with #6D5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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