#62863D

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

Shades of Dingley #62863D

Tints of Dingley #62863D

Color information

#62863D (or 0x62863D) is unknown color: approx Dingley. HEX triplet: 62, 86 and 3D. RGB value is (98,134,61). Sum of RGB (Red+Green+Blue) = 98+134+61=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #62863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62863D is #9D79C2. Grayscale: #737373. Windows color (decimal): -10320323 or 4032098. OLE color: 4032098.

HSL color Cylindrical-coordinate representation of color #62863D: hue angle of 89.59º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62863D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB9813461-
CMYK0.2700.540.47
HSL89.59º37.44%38.24%-
HSV(B)89.59º54.48%52.55%-
XYZ14.419.987.51-
YUV114.9197.57115.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=33.45%
G=45.73%
B=20.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134610.2700.540.4789.5937.4438.24
Hex62863D1B0362F5a2526
Octal1422067533066571324546
Binary1100010100001101111011101101101101011111011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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