Html Css Color HEX #6F6B4B Hemlock

📋 copy color: '#6F6B4B'

red 111 ◦ green 107 ◦ blue 75

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

Shades of Hemlock #6F6B4B

Tints of Hemlock #6F6B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 37.88%
G = 36.52%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F6B4B (or 0x6F6B4B) is known color: Hemlock. HEX triplet: 6F, 6B and 4B. RGB value is (111,107,75). Sum of RGB (Red+Green+Blue) = 111+107+75=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B4B is #9094B4. Grayscale: #686868. Windows color (decimal): -9475253 or 4942703. OLE color: 4942703.

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

Color convert

RGB 111 107 75 -
CMYK 0 0.04 0.32 0.56
HSL 53.33º 0.19% 0.36% -
HSV(B) 53.33º 0.32% 0.44% -
XYZ 13.08 14.4 8.75 -
YUV 104.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 111 107 75 0 0.04 0.32 0.56 53.33 0.19 0.36
Hex 6F 6B 4B 0 4 20 38 35 13 24
Octal 157 153 113 0 4 40 70 65 23 44
Binary 1101111 1101011 1001011 0 100 100000 111000 110101 10011 100100

Color Harmonies of #6F6B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B4B

Black with #6F6B4B

Text Example


Text Example

White with #6F6B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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