Html Css Color HEX #6F6A46 Hemlock

📋 copy color: '#6F6A46'

red 111 ◦ green 106 ◦ blue 70

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

Shades of Hemlock #6F6A46

Tints of Hemlock #6F6A46

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 38.68%
G = 36.93%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F6A46 (or 0x6F6A46) is known color: Hemlock. HEX triplet: 6F, 6A and 46. RGB value is (111,106,70). Sum of RGB (Red+Green+Blue) = 111+106+70=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A46 is #9095B9. Grayscale: #676767. Windows color (decimal): -9475514 or 4614767. OLE color: 4614767.

HSL color Cylindrical-coordinate representation of color #6F6A46: hue angle of 52.68º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6A46 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 106 70 -
CMYK 0 0.05 0.37 0.56
HSL 52.68º 0.23% 0.35% -
HSV(B) 52.68º 0.37% 0.44% -
XYZ 12.82 14.13 7.85 -
YUV 103.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 111 106 70 0 0.05 0.37 0.56 52.68 0.23 0.35
Hex 6F 6A 46 0 5 25 38 35 17 23
Octal 157 152 106 0 5 45 70 65 27 43
Binary 1101111 1101010 1000110 0 101 100101 111000 110101 10111 100011

Color Harmonies of #6F6A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A46

Black with #6F6A46

Text Example


Text Example

White with #6F6A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,70); }

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

background-color css

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

 a { background-color: rgb(111,106,70); }

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

border-color css

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

 span { border-color: rgb(111,106,70); }

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