#6A813B

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

Shades of Dingley #6A813B

Tints of Dingley #6A813B

Color information

#6A813B (or 0x6A813B) is unknown color: approx Dingley. HEX triplet: 6A, 81 and 3B. RGB value is (106,129,59). Sum of RGB (Red+Green+Blue) = 106+129+59=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #6A813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A813B is #957EC4. Grayscale: #727272. Windows color (decimal): -9797317 or 3899754. OLE color: 3899754.

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

Color convert

RGB10612959-
CMYK0.1800.540.49
HSL79.71º37.23%36.86%-
HSV(B)79.71º54.26%50.59%-
XYZ14.5819.087.05-
YUV114.1496.88122.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=36.05%
G=43.88%
B=20.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106129590.1800.540.4979.7137.2336.86
Hex6A813B1203631502525
Octal1522017322066611204545
Binary1101010100000011110111001001101101100011010000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,129,59); }

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

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

 a { background-color: rgb(106,129,59); }

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

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

 span { border-color: rgb(106,129,59); }

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