Html Css Color HEX #6E7045 Hemlock

📋 copy color: '#6E7045'

red 110 ◦ green 112 ◦ blue 69

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

Shades of Hemlock #6E7045

Tints of Hemlock #6E7045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 37.8%
G = 38.49%
B = 23.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6E7045 (or 0x6E7045) is known color: Hemlock. HEX triplet: 6E, 70 and 45. RGB value is (110,112,69). Sum of RGB (Red+Green+Blue) = 110+112+69=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7045 is #918FBA. Grayscale: #6A6A6A. Windows color (decimal): -9539515 or 4550766. OLE color: 4550766.

HSL color Cylindrical-coordinate representation of color #6E7045: hue angle of 62.79º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E7045 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 69 -
CMYK 0.02 0 0.38 0.56
HSL 62.79º 0.24% 0.35% -
HSV(B) 62.79º 0.38% 0.44% -
XYZ 13.3 15.33 7.89 -
YUV 106.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 110 112 69 0.02 0 0.38 0.56 62.79 0.24 0.35
Hex 6E 70 45 2 0 26 38 3F 18 23
Octal 156 160 105 2 0 46 70 77 30 43
Binary 1101110 1110000 1000101 10 0 100110 111000 111111 11000 100011

Color Harmonies of #6E7045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7045

Black with #6E7045

Text Example


Text Example

White with #6E7045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,69); }

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

background-color css

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

 a { background-color: rgb(110,112,69); }

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

border-color css

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

 span { border-color: rgb(110,112,69); }

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