#6C7B49

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

Shades of Dingley #6C7B49

Tints of Dingley #6C7B49

Color information

#6C7B49 (or 0x6C7B49) is unknown color: approx Dingley. HEX triplet: 6C, 7B and 49. RGB value is (108,123,73). Sum of RGB (Red+Green+Blue) = 108+123+73=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7B49 is #9384B6. Grayscale: #717171. Windows color (decimal): -9667767 or 4815724. OLE color: 4815724.

HSL color Cylindrical-coordinate representation of color #6C7B49: hue angle of 78º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C7B49 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB10812373-
CMYK0.1200.410.52
HSL78º25.51%38.43%-
HSV(B)78º40.65%48.24%-
XYZ14.4717.848.98-
YUV112.82105.53124.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=35.53%
G=40.46%
B=24.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108123730.1200.410.527825.5138.43
Hex6C7B49C029344e1a26
Octal15417311114051641163246
Binary11011001111011100100111000101001110100100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,73); }

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

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

 a { background-color: rgb(108,123,73); }

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

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

 span { border-color: rgb(108,123,73); }

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