Html Css Color HEX #6F6D48 Hemlock

📋 copy color: '#6F6D48'

red 111 ◦ green 109 ◦ blue 72

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

Shades of Hemlock #6F6D48

Tints of Hemlock #6F6D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 38.01%
G = 37.33%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F6D48 (or 0x6F6D48) is known color: Hemlock. HEX triplet: 6F, 6D and 48. RGB value is (111,109,72). Sum of RGB (Red+Green+Blue) = 111+109+72=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D48 is #9092B7. Grayscale: #696969. Windows color (decimal): -9474744 or 4746607. OLE color: 4746607.

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

Color convert

RGB 111 109 72 -
CMYK 0 0.02 0.35 0.56
HSL 56.92º 0.21% 0.36% -
HSV(B) 56.92º 0.35% 0.44% -
XYZ 13.19 14.78 8.29 -
YUV 105.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 111 109 72 0 0.02 0.35 0.56 56.92 0.21 0.36
Hex 6F 6D 48 0 2 23 38 39 15 24
Octal 157 155 110 0 2 43 70 71 25 44
Binary 1101111 1101101 1001000 0 10 100011 111000 111001 10101 100100

Color Harmonies of #6F6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D48

Black with #6F6D48

Text Example


Text Example

White with #6F6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,72); }

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

background-color css

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

 a { background-color: rgb(111,109,72); }

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

border-color css

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

 span { border-color: rgb(111,109,72); }

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