#6C7F48

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

Shades of Dingley #6C7F48

Tints of Dingley #6C7F48

Color information

#6C7F48 (or 0x6C7F48) is unknown color: approx Dingley. HEX triplet: 6C, 7F and 48. RGB value is (108,127,72). Sum of RGB (Red+Green+Blue) = 108+127+72=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7F48 is #9380B7. Grayscale: #737373. Windows color (decimal): -9666744 or 4751212. OLE color: 4751212.

HSL color Cylindrical-coordinate representation of color #6C7F48: hue angle of 80.73º 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 #6C7F48 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB10812772-
CMYK0.1500.430.50
HSL80.73º27.64%39.02%-
HSV(B)80.73º43.31%49.8%-
XYZ14.9418.838.98-
YUV115.05103.71122.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=35.18%
G=41.37%
B=23.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108127720.1500.430.5080.7327.6439.02
Hex6C7F48F02B32511c27
Octal15417711017053621213447
Binary11011001111111100100011110101011110010101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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