#63764D

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

Shades of Dingley #63764D

Tints of Dingley #63764D

Color information

#63764D (or 0x63764D) is unknown color: approx Dingley. HEX triplet: 63, 76 and 4D. RGB value is (99,118,77). Sum of RGB (Red+Green+Blue) = 99+118+77=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #63764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63764D is #9C89B2. Grayscale: #6B6B6B. Windows color (decimal): -10258867 or 5076579. OLE color: 5076579.

HSL color Cylindrical-coordinate representation of color #63764D: hue angle of 87.8º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63764D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB9911877-
CMYK0.1600.350.54
HSL87.8º21.03%38.24%-
HSV(B)87.8º34.75%46.27%-
XYZ12.9616.159.45-
YUV107.64110.71121.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=33.67%
G=40.14%
B=26.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118770.1600.350.5487.821.0338.24
Hex63764D1002336581526
Octal14316611520043661302546
Binary110001111101101001101100000100011110110101100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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