#6C853B

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

Shades of Dingley #6C853B

Tints of Dingley #6C853B

Color information

#6C853B (or 0x6C853B) is unknown color: approx Dingley. HEX triplet: 6C, 85 and 3B. RGB value is (108,133,59). Sum of RGB (Red+Green+Blue) = 108+133+59=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #6C853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C853B is #937AC4. Grayscale: #757575. Windows color (decimal): -9665221 or 3900780. OLE color: 3900780.

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

Color convert

RGB10813359-
CMYK0.1900.560.48
HSL80.27º38.54%37.65%-
HSV(B)80.27º55.64%52.16%-
XYZ15.3620.287.24-
YUV117.0995.22121.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=36%
G=44.33%
B=19.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133590.1900.560.4880.2738.5437.65
Hex6C853B1303830502726
Octal1542057323070601204746
Binary1101100100001011110111001101110001100001010000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,133,59); }

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

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

 a { background-color: rgb(108,133,59); }

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

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

 span { border-color: rgb(108,133,59); }

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