#638649

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

Shades of Dingley #638649

Tints of Dingley #638649

Color information

#638649 (or 0x638649) is unknown color: approx Dingley. HEX triplet: 63, 86 and 49. RGB value is (99,134,73). Sum of RGB (Red+Green+Blue) = 99+134+73=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #638649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638649 is #9C79B6. Grayscale: #747474. Windows color (decimal): -10254775 or 4818531. OLE color: 4818531.

HSL color Cylindrical-coordinate representation of color #638649: hue angle of 94.43º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638649 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB9913473-
CMYK0.2600.460.47
HSL94.43º29.47%40.59%-
HSV(B)94.43º45.52%52.55%-
XYZ14.8720.189.42-
YUV116.58103.4115.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=32.35%
G=43.79%
B=23.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134730.2600.460.4794.4329.4740.59
Hex6386491A02E2F5e1d29
Octal14320611132056571363551
Binary1100011100001101001001110100101110101111101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638649; }

 p { color: rgb(99,134,73); }

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

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

 a { background-color: rgb(99,134,73); }

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

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

 span { border-color: rgb(99,134,73); }

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