Html Css Color HEX #6E6B50 Hemlock

📋 copy color: '#6E6B50'

red 110 ◦ green 107 ◦ blue 80

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

Shades of Hemlock #6E6B50

Tints of Hemlock #6E6B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 37.04%
G = 36.03%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6E6B50 (or 0x6E6B50) is known color: Hemlock. HEX triplet: 6E, 6B and 50. RGB value is (110,107,80). Sum of RGB (Red+Green+Blue) = 110+107+80=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B50 is #9194AF. Grayscale: #686868. Windows color (decimal): -9540784 or 5270382. OLE color: 5270382.

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

Color convert

RGB 110 107 80 -
CMYK 0 0.03 0.27 0.57
HSL 54º 0.16% 0.37% -
HSV(B) 54º 0.27% 0.43% -
XYZ 13.14 14.41 9.68 -
YUV 104.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 110 107 80 0 0.03 0.27 0.57 54 0.16 0.37
Hex 6E 6B 50 0 3 1B 39 36 10 25
Octal 156 153 120 0 3 33 71 66 20 45
Binary 1101110 1101011 1010000 0 11 11011 111001 110110 10000 100101

Color Harmonies of #6E6B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6B50

Black with #6E6B50

Text Example


Text Example

White with #6E6B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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