#6C7F41

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

Shades of Dingley #6C7F41

Tints of Dingley #6C7F41

Color information

#6C7F41 (or 0x6C7F41) is unknown color: approx Dingley. HEX triplet: 6C, 7F and 41. RGB value is (108,127,65). Sum of RGB (Red+Green+Blue) = 108+127+65=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7F41 is #9380BE. Grayscale: #727272. Windows color (decimal): -9666751 or 4292460. OLE color: 4292460.

HSL color Cylindrical-coordinate representation of color #6C7F41: hue angle of 78.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C7F41 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB10812765-
CMYK0.1500.490.50
HSL78.39º32.29%37.65%-
HSV(B)78.39º48.82%49.8%-
XYZ14.7318.757.84-
YUV114.25100.21123.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 127 (50% from 255) = 42.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=36%
G=42.33%
B=21.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108127650.1500.490.5078.3932.2937.65
Hex6C7F41F031324e2026
Octal15417710117061621164046
Binary110110011111111000001111101100011100101001110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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