#6C813D

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

Shades of Dingley #6C813D

Tints of Dingley #6C813D

Color information

#6C813D (or 0x6C813D) is unknown color: approx Dingley. HEX triplet: 6C, 81 and 3D. RGB value is (108,129,61). Sum of RGB (Red+Green+Blue) = 108+129+61=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #6C813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C813D is #937EC2. Grayscale: #737373. Windows color (decimal): -9666243 or 4030828. OLE color: 4030828.

HSL color Cylindrical-coordinate representation of color #6C813D: hue angle of 78.53º 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 #6C813D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB10812961-
CMYK0.1600.530.49
HSL78.53º35.79%37.25%-
HSV(B)78.53º52.71%50.59%-
XYZ14.8819.237.34-
YUV114.9797.54123.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.24%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=36.24%
G=43.29%
B=20.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108129610.1600.530.4978.5335.7937.25
Hex6C813D10035314f2425
Octal1542017520065611174445
Binary1101100100000011111011000001101011100011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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