Html Css Color HEX #6F704A Hemlock

📋 copy color: '#6F704A'

red 111 ◦ green 112 ◦ blue 74

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

Shades of Hemlock #6F704A

Tints of Hemlock #6F704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 37.37%
G = 37.71%
B = 24.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F704A (or 0x6F704A) is known color: Hemlock. HEX triplet: 6F, 70 and 4A. RGB value is (111,112,74). Sum of RGB (Red+Green+Blue) = 111+112+74=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #6F704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F704A is #908FB5. Grayscale: #6B6B6B. Windows color (decimal): -9473974 or 4878447. OLE color: 4878447.

HSL color Cylindrical-coordinate representation of color #6F704A: hue angle of 61.58º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F704A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 74 -
CMYK 0.01 0 0.34 0.56
HSL 61.58º 0.2% 0.36% -
HSV(B) 61.58º 0.34% 0.44% -
XYZ 13.59 15.46 8.75 -
YUV 107.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 111 112 74 0.01 0 0.34 0.56 61.58 0.2 0.36
Hex 6F 70 4A 1 0 22 38 3E 14 24
Octal 157 160 112 1 0 42 70 76 24 44
Binary 1101111 1110000 1001010 1 0 100010 111000 111110 10100 100100

Color Harmonies of #6F704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F704A

Black with #6F704A

Text Example


Text Example

White with #6F704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,74); }

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

background-color css

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

 a { background-color: rgb(111,112,74); }

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

border-color css

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

 span { border-color: rgb(111,112,74); }

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