#6B813D

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

Shades of Dingley #6B813D

Tints of Dingley #6B813D

Color information

#6B813D (or 0x6B813D) is unknown color: approx Dingley. HEX triplet: 6B, 81 and 3D. RGB value is (107,129,61). Sum of RGB (Red+Green+Blue) = 107+129+61=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #6B813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B813D is #947EC2. Grayscale: #727272. Windows color (decimal): -9731779 or 4030827. OLE color: 4030827.

HSL color Cylindrical-coordinate representation of color #6B813D: hue angle of 79.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B813D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB10712961-
CMYK0.1700.530.49
HSL79.41º35.79%37.25%-
HSV(B)79.41º52.71%50.59%-
XYZ14.7619.167.34-
YUV114.6797.71122.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=36.03%
G=43.43%
B=20.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107129610.1700.530.4979.4135.7937.25
Hex6B813D11035314f2425
Octal1532017521065611174445
Binary1101011100000011111011000101101011100011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,129,61); }

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

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

 a { background-color: rgb(107,129,61); }

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

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

 span { border-color: rgb(107,129,61); }

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