Html Css Color HEX #6F6B49 Hemlock

📋 copy color: '#6F6B49'

red 111 ◦ green 107 ◦ blue 73

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

Shades of Hemlock #6F6B49

Tints of Hemlock #6F6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 38.14%
G = 36.77%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F6B49 (or 0x6F6B49) is known color: Hemlock. HEX triplet: 6F, 6B and 49. RGB value is (111,107,73). Sum of RGB (Red+Green+Blue) = 111+107+73=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B49 is #9094B6. Grayscale: #686868. Windows color (decimal): -9475255 or 4811631. OLE color: 4811631.

HSL color Cylindrical-coordinate representation of color #6F6B49: hue angle of 53.68º degrees, saturation: 0.21, 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 #6F6B49 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 73 -
CMYK 0 0.04 0.34 0.56
HSL 53.68º 0.21% 0.36% -
HSV(B) 53.68º 0.34% 0.44% -
XYZ 13.02 14.38 8.39 -
YUV 104.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 111 107 73 0 0.04 0.34 0.56 53.68 0.21 0.36
Hex 6F 6B 49 0 4 22 38 36 15 24
Octal 157 153 111 0 4 42 70 66 25 44
Binary 1101111 1101011 1001001 0 100 100010 111000 110110 10101 100100

Color Harmonies of #6F6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B49

Black with #6F6B49

Text Example


Text Example

White with #6F6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,107,73); }

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

background-color css

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

 a { background-color: rgb(111,107,73); }

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

border-color css

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

 span { border-color: rgb(111,107,73); }

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