Html Css Color HEX #6E5850 Dorado

📋 copy color: '#6E5850'

red 110 ◦ green 88 ◦ blue 80

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

Shades of Dorado #6E5850

Tints of Dorado #6E5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

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

R = 39.57%
G = 31.65%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6E5850 (or 0x6E5850) is known color: Dorado. HEX triplet: 6E, 58 and 50. RGB value is (110,88,80). Sum of RGB (Red+Green+Blue) = 110+88+80=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5850 is #91A7AF. Grayscale: #5D5D5D. Windows color (decimal): -9545648 or 5265518. OLE color: 5265518.

HSL color Cylindrical-coordinate representation of color #6E5850: hue angle of 16º 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 #6E5850 is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 88 80 -
CMYK 0 0.2 0.27 0.57
HSL 16º 0.16% 0.37% -
HSV(B) 16º 0.27% 0.43% -
XYZ 11.37 10.87 9.09 -
YUV 93.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 110 88 80 0 0.2 0.27 0.57 16 0.16 0.37
Hex 6E 58 50 0 14 1B 39 10 10 25
Octal 156 130 120 0 24 33 71 20 20 45
Binary 1101110 1011000 1010000 0 10100 11011 111001 10000 10000 100101

Color Harmonies of #6E5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5850

Black with #6E5850

Text Example


Text Example

White with #6E5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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