#6B8644

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

Shades of Dingley #6B8644

Tints of Dingley #6B8644

Color information

#6B8644 (or 0x6B8644) is unknown color: approx Dingley. HEX triplet: 6B, 86 and 44. RGB value is (107,134,68). Sum of RGB (Red+Green+Blue) = 107+134+68=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8644 is #9479BB. Grayscale: #767676. Windows color (decimal): -9730492 or 4490859. OLE color: 4490859.

HSL color Cylindrical-coordinate representation of color #6B8644: hue angle of 84.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B8644 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB10713468-
CMYK0.2000.490.47
HSL84.55º32.67%39.61%-
HSV(B)84.55º49.25%52.55%-
XYZ15.6320.598.62-
YUV118.499.55119.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=34.63%
G=43.37%
B=22.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134680.2000.490.4784.5532.6739.61
Hex6B8644140312F552128
Octal15320610424061571254150
Binary11010111000011010001001010001100011011111010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,68); }

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

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

 a { background-color: rgb(107,134,68); }

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

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

 span { border-color: rgb(107,134,68); }

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