#6B844E

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

Shades of Dingley #6B844E

Tints of Dingley #6B844E

Color information

#6B844E (or 0x6B844E) is unknown color: approx Dingley. HEX triplet: 6B, 84 and 4E. RGB value is (107,132,78). Sum of RGB (Red+Green+Blue) = 107+132+78=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #6B844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B844E is #947BB1. Grayscale: #767676. Windows color (decimal): -9730994 or 5145707. OLE color: 5145707.

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

Color convert

RGB10713278-
CMYK0.1900.410.48
HSL87.78º25.71%41.18%-
HSV(B)87.78º40.91%51.76%-
XYZ15.6920.1810.28-
YUV118.37105.22119.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=33.75%
G=41.64%
B=24.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107132780.1900.410.4887.7825.7141.18
Hex6B844E1302930581a29
Octal15320411623051601303251
Binary1101011100001001001110100110101001110000101100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,132,78); }

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

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

 a { background-color: rgb(107,132,78); }

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

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

 span { border-color: rgb(107,132,78); }

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