#6F6F4B

Color #6F6F4B Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #6F6F4B

Tints of Hemlock #6F6F4B

Color information

#6F6F4B (or 0x6F6F4B) is unknown color: approx Hemlock. HEX triplet: 6F, 6F and 4B. RGB value is (111,111,75). Sum of RGB (Red+Green+Blue) = 111+111+75=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6F4B is #9090B4. Grayscale: #6B6B6B. Windows color (decimal): -9474229 or 4943727. OLE color: 4943727.

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

Color convert

RGB11111175-
CMYK000.320.56
HSL60º19.35%36.47%-
HSV(B)60º32.43%43.53%-
XYZ13.5115.268.89-
YUV106.9110130.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=37.37%
G=37.37%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111175000.320.566019.3536.47
Hex6F6F4B0020383c1324
Octal157157113004070742344
Binary1101111110111110010110010000011100011110010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F6F4B;
 }
 .AnyTagClassName
 {
   color: #6F6F4B;
 }
</style>
background-color css

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

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

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

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

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

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