#63844A

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

Shades of Dingley #63844A

Tints of Dingley #63844A

Color information

#63844A (or 0x63844A) is unknown color: approx Dingley. HEX triplet: 63, 84 and 4A. RGB value is (99,132,74). Sum of RGB (Red+Green+Blue) = 99+132+74=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #63844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63844A is #9C7BB5. Grayscale: #737373. Windows color (decimal): -10255286 or 4883555. OLE color: 4883555.

HSL color Cylindrical-coordinate representation of color #63844A: hue angle of 94.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63844A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB9913274-
CMYK0.2500.440.48
HSL94.14º28.16%40.39%-
HSV(B)94.14º43.94%51.76%-
XYZ14.6319.659.5-
YUV115.52104.57116.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=32.46%
G=43.28%
B=24.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132740.2500.440.4894.1428.1640.39
Hex63844A1902C305e1c28
Octal14320411231054601363450
Binary1100011100001001001010110010101100110000101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63844A; }

 p { color: rgb(99,132,74); }

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

<style>
 a { background-color: #63844A; }

 a { background-color: rgb(99,132,74); }

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

<style>
 span { border-color: #63844A; }

 span { border-color: rgb(99,132,74); }

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