#6C863B

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

Shades of Dingley #6C863B

Tints of Dingley #6C863B

Color information

#6C863B (or 0x6C863B) is unknown color: approx Dingley. HEX triplet: 6C, 86 and 3B. RGB value is (108,134,59). Sum of RGB (Red+Green+Blue) = 108+134+59=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #6C863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C863B is #9379C4. Grayscale: #757575. Windows color (decimal): -9664965 or 3901036. OLE color: 3901036.

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

Color convert

RGB10813459-
CMYK0.1900.560.47
HSL80.8º38.86%37.84%-
HSV(B)80.8º55.97%52.55%-
XYZ15.520.557.29-
YUV117.6894.89121.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=35.88%
G=44.52%
B=19.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134590.1900.560.4780.838.8637.84
Hex6C863B130382F512726
Octal1542067323070571214746
Binary1101100100001101110111001101110001011111010001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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