Html Css Color HEX #6F703E Hemlock

📋 copy color: '#6F703E'

red 111 ◦ green 112 ◦ blue 62

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

Shades of Hemlock #6F703E

Tints of Hemlock #6F703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 38.95%
G = 39.3%
B = 21.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F703E (or 0x6F703E) is known color: Hemlock. HEX triplet: 6F, 70 and 3E. RGB value is (111,112,62). Sum of RGB (Red+Green+Blue) = 111+112+62=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #6F703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F703E is #908FC1. Grayscale: #6A6A6A. Windows color (decimal): -9473986 or 4092015. OLE color: 4092015.

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

Color convert

RGB 111 112 62 -
CMYK 0.01 0 0.45 0.56
HSL 61.2º 0.29% 0.34% -
HSV(B) 61.2º 0.45% 0.44% -
XYZ 13.22 15.32 6.82 -
YUV 106 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 111 112 62 0.01 0 0.45 0.56 61.2 0.29 0.34
Hex 6F 70 3E 1 0 2D 38 3D 1D 22
Octal 157 160 76 1 0 55 70 75 35 42
Binary 1101111 1110000 111110 1 0 101101 111000 111101 11101 100010

Color Harmonies of #6F703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F703E

Black with #6F703E

Text Example


Text Example

White with #6F703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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