Html Css Color HEX #6F7240 Hemlock

📋 copy color: '#6F7240'

red 111 ◦ green 114 ◦ blue 64

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

Shades of Hemlock #6F7240

Tints of Hemlock #6F7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 38.41%
G = 39.45%
B = 22.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#6F7240 (or 0x6F7240) is known color: Hemlock. HEX triplet: 6F, 72 and 40. RGB value is (111,114,64). Sum of RGB (Red+Green+Blue) = 111+114+64=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7240 is #908DBF. Grayscale: #6B6B6B. Windows color (decimal): -9473472 or 4223599. OLE color: 4223599.

HSL color Cylindrical-coordinate representation of color #6F7240: hue angle of 63.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F7240 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 64 -
CMYK 0.03 0 0.44 0.55
HSL 63.6º 0.28% 0.35% -
HSV(B) 63.6º 0.44% 0.45% -
XYZ 13.5 15.78 7.19 -
YUV 107.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 111 114 64 0.03 0 0.44 0.55 63.6 0.28 0.35
Hex 6F 72 40 3 0 2C 37 40 1C 23
Octal 157 162 100 3 0 54 67 100 34 43
Binary 1101111 1110010 1000000 11 0 101100 110111 1000000 11100 100011

Color Harmonies of #6F7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7240

Black with #6F7240

Text Example


Text Example

White with #6F7240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,64); }

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

background-color css

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

 a { background-color: rgb(111,114,64); }

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

border-color css

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

 span { border-color: rgb(111,114,64); }

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