Html Css Color HEX #6F6D45 Hemlock

📋 copy color: '#6F6D45'

red 111 ◦ green 109 ◦ blue 69

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

Shades of Hemlock #6F6D45

Tints of Hemlock #6F6D45

RGB

 RED value IS 111 (43.75% from 255) = 38.41%

 GREEN value IS 109 (42.97% from 255) = 37.72%

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

R = 38.41%
G = 37.72%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F6D45 (or 0x6F6D45) is known color: Hemlock. HEX triplet: 6F, 6D and 45. RGB value is (111,109,69). Sum of RGB (Red+Green+Blue) = 111+109+69=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D45 is #9092BA. Grayscale: #696969. Windows color (decimal): -9474747 or 4549999. OLE color: 4549999.

HSL color Cylindrical-coordinate representation of color #6F6D45: hue angle of 57.14º degrees, saturation: 0.23, 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 #6F6D45 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 109 69 -
CMYK 0 0.02 0.38 0.56
HSL 57.14º 0.23% 0.35% -
HSV(B) 57.14º 0.38% 0.44% -
XYZ 13.1 14.75 7.79 -
YUV 105.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 111 109 69 0 0.02 0.38 0.56 57.14 0.23 0.35
Hex 6F 6D 45 0 2 26 38 39 17 23
Octal 157 155 105 0 2 46 70 71 27 43
Binary 1101111 1101101 1000101 0 10 100110 111000 111001 10111 100011

Color Harmonies of #6F6D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D45

Black with #6F6D45

Text Example


Text Example

White with #6F6D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,69); }

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

background-color css

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

 a { background-color: rgb(111,109,69); }

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

border-color css

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

 span { border-color: rgb(111,109,69); }

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