Html Css Color HEX #6E5950 Dorado

📋 copy color: '#6E5950'

red 110 ◦ green 89 ◦ blue 80

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

Shades of Dorado #6E5950

Tints of Dorado #6E5950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 39.43%
G = 31.9%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6E5950 (or 0x6E5950) is known color: Dorado. HEX triplet: 6E, 59 and 50. RGB value is (110,89,80). Sum of RGB (Red+Green+Blue) = 110+89+80=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5950 is #91A6AF. Grayscale: #5E5E5E. Windows color (decimal): -9545392 or 5265774. OLE color: 5265774.

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

Color convert

RGB 110 89 80 -
CMYK 0 0.19 0.27 0.57
HSL 18º 0.16% 0.37% -
HSV(B) 18º 0.27% 0.43% -
XYZ 11.45 11.04 9.12 -
YUV 94.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 110 89 80 0 0.19 0.27 0.57 18 0.16 0.37
Hex 6E 59 50 0 13 1B 39 12 10 25
Octal 156 131 120 0 23 33 71 22 20 45
Binary 1101110 1011001 1010000 0 10011 11011 111001 10010 10000 100101

Color Harmonies of #6E5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5950

Black with #6E5950

Text Example


Text Example

White with #6E5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,80); }

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

background-color css

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

 a { background-color: rgb(110,89,80); }

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

border-color css

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

 span { border-color: rgb(110,89,80); }

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