#636146

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

Shades of Verdigris #636146

Tints of Verdigris #636146

Color information

#636146 (or 0x636146) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 46. RGB value is (99,97,70). Sum of RGB (Red+Green+Blue) = 99+97+70=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #636146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636146 is #9C9EB9. Grayscale: #5E5E5E. Windows color (decimal): -10264250 or 4612451. OLE color: 4612451.

HSL color Cylindrical-coordinate representation of color #636146: hue angle of 55.86º 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 #636146 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB999770-
CMYK00.020.290.61
HSL55.86º17.16%33.14%-
HSV(B)55.86º29.29%38.82%-
XYZ10.5311.647.49-
YUV94.52114.16131.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=37.22%
G=36.47%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99977000.020.290.6155.8617.1633.14
Hex636146021D3D381121
Octal143141106023575702141
Binary1100011110000110001100101110111110111100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636146; }

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

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

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

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

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

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

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

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