#636049

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

Shades of Verdigris #636049

Tints of Verdigris #636049

Color information

#636049 (or 0x636049) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 49. RGB value is (99,96,73). Sum of RGB (Red+Green+Blue) = 99+96+73=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #636049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636049 is #9C9FB6. Grayscale: #5E5E5E. Windows color (decimal): -10264503 or 4808803. OLE color: 4808803.

HSL color Cylindrical-coordinate representation of color #636049: hue angle of 53.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636049 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB999673-
CMYK00.030.260.61
HSL53.08º15.12%33.73%-
HSV(B)53.08º26.26%38.82%-
XYZ10.5311.57.97-
YUV94.28115.99131.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=36.94%
G=35.82%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99967300.030.260.6153.0815.1233.73
Hex636049031A3D35f22
Octal143140111033275651742
Binary110001111000001001001011110101111011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636049; }

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

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

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

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

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

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

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

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