Html Css Color HEX #6E6B48 Hemlock

📋 copy color: '#6E6B48'

red 110 ◦ green 107 ◦ blue 72

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

Shades of Hemlock #6E6B48

Tints of Hemlock #6E6B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 38.06%
G = 37.02%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E6B48 (or 0x6E6B48) is known color: Hemlock. HEX triplet: 6E, 6B and 48. RGB value is (110,107,72). Sum of RGB (Red+Green+Blue) = 110+107+72=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B48 is #9194B7. Grayscale: #686868. Windows color (decimal): -9540792 or 4746094. OLE color: 4746094.

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

Color convert

RGB 110 107 72 -
CMYK 0 0.03 0.35 0.57
HSL 55.26º 0.21% 0.36% -
HSV(B) 55.26º 0.35% 0.43% -
XYZ 12.86 14.3 8.21 -
YUV 103.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 110 107 72 0 0.03 0.35 0.57 55.26 0.21 0.36
Hex 6E 6B 48 0 3 23 39 37 15 24
Octal 156 153 110 0 3 43 71 67 25 44
Binary 1101110 1101011 1001000 0 11 100011 111001 110111 10101 100100

Color Harmonies of #6E6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6B48

Black with #6E6B48

Text Example


Text Example

White with #6E6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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