Html Css Color HEX #6E5D57 Dorado

📋 copy color: '#6E5D57'

red 110 ◦ green 93 ◦ blue 87

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

Shades of Dorado #6E5D57

Tints of Dorado #6E5D57

RGB

 RED value IS 110 (43.36% from 255) = 37.93%

 GREEN value IS 93 (36.72% from 255) = 32.07%

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

R = 37.93%
G = 32.07%
B = 30%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6E5D57 (or 0x6E5D57) is known color: Dorado. HEX triplet: 6E, 5D and 57. RGB value is (110,93,87). Sum of RGB (Red+Green+Blue) = 110+93+87=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D57 is #91A2A8. Grayscale: #616161. Windows color (decimal): -9544361 or 5725550. OLE color: 5725550.

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

Color convert

RGB 110 93 87 -
CMYK 0 0.15 0.21 0.57
HSL 15.65º 0.12% 0.39% -
HSV(B) 15.65º 0.21% 0.43% -
XYZ 12.07 11.83 10.66 -
YUV 97.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 110 93 87 0 0.15 0.21 0.57 15.65 0.12 0.39
Hex 6E 5D 57 0 F 15 39 10 C 27
Octal 156 135 127 0 17 25 71 20 14 47
Binary 1101110 1011101 1010111 0 1111 10101 111001 10000 1100 100111

Color Harmonies of #6E5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5D57

Black with #6E5D57

Text Example


Text Example

White with #6E5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,87); }

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

background-color css

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

 a { background-color: rgb(110,93,87); }

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

border-color css

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

 span { border-color: rgb(110,93,87); }

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