#6B8651

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

Shades of Dingley #6B8651

Tints of Dingley #6B8651

Color information

#6B8651 (or 0x6B8651) is unknown color: approx Dingley. HEX triplet: 6B, 86 and 51. RGB value is (107,134,81). Sum of RGB (Red+Green+Blue) = 107+134+81=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8651 is #9479AE. Grayscale: #787878. Windows color (decimal): -9730479 or 5342827. OLE color: 5342827.

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

Color convert

RGB10713481-
CMYK0.2000.400.47
HSL90.57º24.65%42.16%-
HSV(B)90.57º39.55%52.55%-
XYZ16.0720.7710.95-
YUV119.88106.05118.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=33.23%
G=41.61%
B=25.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134810.2000.400.4790.5724.6542.16
Hex6B8651140282F5b192a
Octal15320612124050571333152
Binary1101011100001101010001101000101000101111101101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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