#6B8652

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

Shades of Dingley #6B8652

Tints of Dingley #6B8652

Color information

#6B8652 (or 0x6B8652) is unknown color: approx Dingley. HEX triplet: 6B, 86 and 52. RGB value is (107,134,82). Sum of RGB (Red+Green+Blue) = 107+134+82=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8652 is #9479AD. Grayscale: #787878. Windows color (decimal): -9730478 or 5408363. OLE color: 5408363.

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

Color convert

RGB10713482-
CMYK0.2000.390.47
HSL91.15º24.07%42.35%-
HSV(B)91.15º38.81%52.55%-
XYZ16.1120.7911.15-
YUV120106.55118.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=33.13%
G=41.49%
B=25.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134820.2000.390.4791.1524.0742.35
Hex6B8652140272F5b182a
Octal15320612224047571333052
Binary1101011100001101010010101000100111101111101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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