Html Css Color HEX #6F703C Hemlock

📋 copy color: '#6F703C'

red 111 ◦ green 112 ◦ blue 60

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

Shades of Hemlock #6F703C

Tints of Hemlock #6F703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 39.22%
G = 39.58%
B = 21.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F703C (or 0x6F703C) is known color: Hemlock. HEX triplet: 6F, 70 and 3C. RGB value is (111,112,60). Sum of RGB (Red+Green+Blue) = 111+112+60=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #6F703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F703C is #908FC3. Grayscale: #696969. Windows color (decimal): -9473988 or 3960943. OLE color: 3960943.

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

Color convert

RGB 111 112 60 -
CMYK 0.01 0 0.46 0.56
HSL 61.15º 0.3% 0.34% -
HSV(B) 61.15º 0.46% 0.44% -
XYZ 13.17 15.29 6.53 -
YUV 105.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 111 112 60 0.01 0 0.46 0.56 61.15 0.3 0.34
Hex 6F 70 3C 1 0 2E 38 3D 1E 22
Octal 157 160 74 1 0 56 70 75 36 42
Binary 1101111 1110000 111100 1 0 101110 111000 111101 11110 100010

Color Harmonies of #6F703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F703C

Black with #6F703C

Text Example


Text Example

White with #6F703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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