#63764E

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

Shades of Dingley #63764E

Tints of Dingley #63764E

Color information

#63764E (or 0x63764E) is unknown color: approx Dingley. HEX triplet: 63, 76 and 4E. RGB value is (99,118,78). Sum of RGB (Red+Green+Blue) = 99+118+78=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #63764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63764E is #9C89B1. Grayscale: #6B6B6B. Windows color (decimal): -10258866 or 5142115. OLE color: 5142115.

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

Color convert

RGB9911878-
CMYK0.1600.340.54
HSL88.5º20.41%38.43%-
HSV(B)88.5º33.9%46.27%-
XYZ1316.169.64-
YUV107.76111.21121.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=33.56%
G=40%
B=26.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118780.1600.340.5488.520.4138.43
Hex63764E1002236581426
Octal14316611620042661302446
Binary110001111101101001110100000100010110110101100010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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