#6F7F48

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

Shades of Dingley #6F7F48

Tints of Dingley #6F7F48

Color information

#6F7F48 (or 0x6F7F48) is unknown color: approx Dingley. HEX triplet: 6F, 7F and 48. RGB value is (111,127,72). Sum of RGB (Red+Green+Blue) = 111+127+72=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7F48 is #9080B7. Grayscale: #747474. Windows color (decimal): -9470136 or 4751215. OLE color: 4751215.

HSL color Cylindrical-coordinate representation of color #6F7F48: hue angle of 77.45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7F48 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB11112772-
CMYK0.1300.430.50
HSL77.45º27.64%39.02%-
HSV(B)77.45º43.31%49.8%-
XYZ15.3119.039-
YUV115.95103.2124.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=35.81%
G=40.97%
B=23.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111127720.1300.430.5077.4527.6439.02
Hex6F7F48D02B324d1c27
Octal15717711015053621153447
Binary11011111111111100100011010101011110010100110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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