#63804F

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

Shades of Dingley #63804F

Tints of Dingley #63804F

Color information

#63804F (or 0x63804F) is unknown color: approx Dingley. HEX triplet: 63, 80 and 4F. RGB value is (99,128,79). Sum of RGB (Red+Green+Blue) = 99+128+79=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #63804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63804F is #9C7FB0. Grayscale: #717171. Windows color (decimal): -10256305 or 5210211. OLE color: 5210211.

HSL color Cylindrical-coordinate representation of color #63804F: hue angle of 95.51º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63804F is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB9912879-
CMYK0.2300.380.50
HSL95.51º23.67%40.59%-
HSV(B)95.51º38.28%50.2%-
XYZ14.2818.6610.25-
YUV113.74108.39117.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=32.35%
G=41.83%
B=25.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128790.2300.380.5095.5123.6740.59
Hex63804F1702632601829
Octal14320011727046621403051
Binary1100011100000001001111101110100110110010110000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63804F; }

 p { color: rgb(99,128,79); }

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

<style>
 a { background-color: #63804F; }

 a { background-color: rgb(99,128,79); }

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

<style>
 span { border-color: #63804F; }

 span { border-color: rgb(99,128,79); }

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