Html Css Color HEX #6F6B48 Hemlock

📋 copy color: '#6F6B48'

red 111 ◦ green 107 ◦ blue 72

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

Shades of Hemlock #6F6B48

Tints of Hemlock #6F6B48

RGB

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

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

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

R = 38.28%
G = 36.9%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F6B48 (or 0x6F6B48) is known color: Hemlock. HEX triplet: 6F, 6B and 48. RGB value is (111,107,72). Sum of RGB (Red+Green+Blue) = 111+107+72=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B48 is #9094B7. Grayscale: #686868. Windows color (decimal): -9475256 or 4746095. OLE color: 4746095.

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

Color convert

RGB 111 107 72 -
CMYK 0 0.04 0.35 0.56
HSL 53.85º 0.21% 0.36% -
HSV(B) 53.85º 0.35% 0.44% -
XYZ 12.98 14.36 8.22 -
YUV 104.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 111 107 72 0 0.04 0.35 0.56 53.85 0.21 0.36
Hex 6F 6B 48 0 4 23 38 36 15 24
Octal 157 153 110 0 4 43 70 66 25 44
Binary 1101111 1101011 1001000 0 100 100011 111000 110110 10101 100100

Color Harmonies of #6F6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B48

Black with #6F6B48

Text Example


Text Example

White with #6F6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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