#63764C

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

Shades of Dingley #63764C

Tints of Dingley #63764C

Color information

#63764C (or 0x63764C) is unknown color: approx Dingley. HEX triplet: 63, 76 and 4C. RGB value is (99,118,76). Sum of RGB (Red+Green+Blue) = 99+118+76=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #63764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63764C is #9C89B3. Grayscale: #6B6B6B. Windows color (decimal): -10258868 or 5011043. OLE color: 5011043.

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

Color convert

RGB9911876-
CMYK0.1600.360.54
HSL87.14º21.65%38.04%-
HSV(B)87.14º35.59%46.27%-
XYZ12.9316.139.27-
YUV107.53110.21121.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=33.79%
G=40.27%
B=25.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118760.1600.360.5487.1421.6538.04
Hex63764C1002436571626
Octal14316611420044661272646
Binary110001111101101001100100000100100110110101011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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