#63764F

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

Shades of Dingley #63764F

Tints of Dingley #63764F

Color information

#63764F (or 0x63764F) is unknown color: approx Dingley. HEX triplet: 63, 76 and 4F. RGB value is (99,118,79). Sum of RGB (Red+Green+Blue) = 99+118+79=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #63764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63764F is #9C89B0. Grayscale: #6C6C6C. Windows color (decimal): -10258865 or 5207651. OLE color: 5207651.

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

Color convert

RGB9911879-
CMYK0.1600.330.54
HSL89.23º19.8%38.63%-
HSV(B)89.23º33.05%46.27%-
XYZ13.0416.179.83-
YUV107.87111.71121.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=33.45%
G=39.86%
B=26.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118790.1600.330.5489.2319.838.63
Hex63764F1002136591427
Octal14316611720041661312447
Binary110001111101101001111100000100001110110101100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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