#6C7C41

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

Shades of Dingley #6C7C41

Tints of Dingley #6C7C41

Color information

#6C7C41 (or 0x6C7C41) is unknown color: approx Dingley. HEX triplet: 6C, 7C and 41. RGB value is (108,124,65). Sum of RGB (Red+Green+Blue) = 108+124+65=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C41 is #9383BE. Grayscale: #707070. Windows color (decimal): -9667519 or 4291692. OLE color: 4291692.

HSL color Cylindrical-coordinate representation of color #6C7C41: hue angle of 76.27º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C7C41 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB10812465-
CMYK0.1300.480.51
HSL76.27º31.22%37.06%-
HSV(B)76.27º47.58%48.63%-
XYZ14.3517.997.72-
YUV112.49101.2124.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=36.36%
G=41.75%
B=21.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108124650.1300.480.5176.2731.2237.06
Hex6C7C41D030334c1f25
Octal15417410115060631143745
Binary11011001111100100000111010110000110011100110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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