#62863B

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

Shades of Dingley #62863B

Tints of Dingley #62863B

Color information

#62863B (or 0x62863B) is unknown color: approx Dingley. HEX triplet: 62, 86 and 3B. RGB value is (98,134,59). Sum of RGB (Red+Green+Blue) = 98+134+59=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #62863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62863B is #9D79C4. Grayscale: #727272. Windows color (decimal): -10320325 or 3901026. OLE color: 3901026.

HSL color Cylindrical-coordinate representation of color #62863B: hue angle of 88.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 #62863B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB9813459-
CMYK0.2700.560.47
HSL88.8º38.86%37.84%-
HSV(B)88.8º55.97%52.55%-
XYZ14.3519.967.23-
YUV114.6996.57116.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=33.68%
G=46.05%
B=20.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134590.2700.560.4788.838.8637.84
Hex62863B1B0382F592726
Octal1422067333070571314746
Binary1100010100001101110111101101110001011111011001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62863B; }

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

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

<style>
 a { background-color: #62863B; }

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

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

<style>
 span { border-color: #62863B; }

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

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