#63814D

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

Shades of Dingley #63814D

Tints of Dingley #63814D

Color information

#63814D (or 0x63814D) is unknown color: approx Dingley. HEX triplet: 63, 81 and 4D. RGB value is (99,129,77). Sum of RGB (Red+Green+Blue) = 99+129+77=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #63814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63814D is #9C7EB2. Grayscale: #727272. Windows color (decimal): -10256051 or 5079395. OLE color: 5079395.

HSL color Cylindrical-coordinate representation of color #63814D: hue angle of 94.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63814D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB9912977-
CMYK0.2300.400.49
HSL94.62º25.24%40.39%-
HSV(B)94.62º40.31%50.59%-
XYZ14.3418.899.91-
YUV114.1107.06117.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=32.46%
G=42.30%
B=25.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129770.2300.400.4994.6225.2440.39
Hex63814D17028315f1928
Octal14320111527050611373150
Binary1100011100000011001101101110101000110001101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,129,77); }

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

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

 a { background-color: rgb(99,129,77); }

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

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

 span { border-color: rgb(99,129,77); }

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