#6B843B

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

Shades of Dingley #6B843B

Tints of Dingley #6B843B

Color information

#6B843B (or 0x6B843B) is unknown color: approx Dingley. HEX triplet: 6B, 84 and 3B. RGB value is (107,132,59). Sum of RGB (Red+Green+Blue) = 107+132+59=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #6B843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B843B is #947BC4. Grayscale: #747474. Windows color (decimal): -9731013 or 3900523. OLE color: 3900523.

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

Color convert

RGB10713259-
CMYK0.1900.550.48
HSL80.55º38.22%37.45%-
HSV(B)80.55º55.3%51.76%-
XYZ15.119.947.19-
YUV116.295.72121.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=35.91%
G=44.30%
B=19.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107132590.1900.550.4880.5538.2237.45
Hex6B843B1303730512625
Octal1532047323067601214645
Binary1101011100001001110111001101101111100001010001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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