#636048

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

Shades of Verdigris #636048

Tints of Verdigris #636048

Color information

#636048 (or 0x636048) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 48. RGB value is (99,96,72). Sum of RGB (Red+Green+Blue) = 99+96+72=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #636048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636048 is #9C9FB7. Grayscale: #5E5E5E. Windows color (decimal): -10264504 or 4743267. OLE color: 4743267.

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

Color convert

RGB999672-
CMYK00.030.270.61
HSL53.33º15.79%33.53%-
HSV(B)53.33º27.27%38.82%-
XYZ10.511.497.79-
YUV94.16115.49131.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=37.08%
G=35.96%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99967200.030.270.6153.3315.7933.53
Hex636048031B3D351022
Octal143140110033375652042
Binary1100011110000010010000111101111110111010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636048; }

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

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

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

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

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

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

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

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