#6B8348

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

Shades of Dingley #6B8348

Tints of Dingley #6B8348

Color information

#6B8348 (or 0x6B8348) is unknown color: approx Dingley. HEX triplet: 6B, 83 and 48. RGB value is (107,131,72). Sum of RGB (Red+Green+Blue) = 107+131+72=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8348 is #947CB7. Grayscale: #757575. Windows color (decimal): -9731256 or 4752235. OLE color: 4752235.

HSL color Cylindrical-coordinate representation of color #6B8348: hue angle of 84.41º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B8348 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB10713172-
CMYK0.1800.450.49
HSL84.41º29.06%39.8%-
HSV(B)84.41º45.04%51.37%-
XYZ15.3519.839.15-
YUV117.1102.55120.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=34.52%
G=42.26%
B=23.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107131720.1800.450.4984.4129.0639.8
Hex6B83481202D31541d28
Octal15320311022055611243550
Binary1101011100000111001000100100101101110001101010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,72); }

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

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

 a { background-color: rgb(107,131,72); }

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

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

 span { border-color: rgb(107,131,72); }

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