#636046

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

Shades of Verdigris #636046

Tints of Verdigris #636046

Color information

#636046 (or 0x636046) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 46. RGB value is (99,96,70). Sum of RGB (Red+Green+Blue) = 99+96+70=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #636046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636046 is #9C9FB9. Grayscale: #5E5E5E. Windows color (decimal): -10264506 or 4612195. OLE color: 4612195.

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

Color convert

RGB999670-
CMYK00.030.290.61
HSL53.79º17.16%33.14%-
HSV(B)53.79º29.29%38.82%-
XYZ10.4311.467.46-
YUV93.93114.49131.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=37.36%
G=36.23%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99967000.030.290.6153.7917.1633.14
Hex636046031D3D361121
Octal143140106033575662141
Binary1100011110000010001100111110111110111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636046; }

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

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

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

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

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

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

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

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