#6C8548

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

Shades of Dingley #6C8548

Tints of Dingley #6C8548

Color information

#6C8548 (or 0x6C8548) is unknown color: approx Dingley. HEX triplet: 6C, 85 and 48. RGB value is (108,133,72). Sum of RGB (Red+Green+Blue) = 108+133+72=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8548 is #937AB7. Grayscale: #767676. Windows color (decimal): -9665208 or 4752748. OLE color: 4752748.

HSL color Cylindrical-coordinate representation of color #6C8548: hue angle of 84.59º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C8548 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB10813372-
CMYK0.1900.460.48
HSL84.59º29.76%40.2%-
HSV(B)84.59º45.86%52.16%-
XYZ15.7420.439.24-
YUV118.57101.72120.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.50%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=34.50%
G=42.49%
B=23.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133720.1900.460.4884.5929.7640.2
Hex6C85481302E30551e28
Octal15420511023056601253650
Binary1101100100001011001000100110101110110000101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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