#636246

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

Shades of Verdigris #636246

Tints of Verdigris #636246

Color information

#636246 (or 0x636246) is unknown color: approx Verdigris. HEX triplet: 63, 62 and 46. RGB value is (99,98,70). Sum of RGB (Red+Green+Blue) = 99+98+70=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #636246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636246 is #9C9DB9. Grayscale: #5F5F5F. Windows color (decimal): -10263994 or 4612707. OLE color: 4612707.

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

Color convert

RGB999870-
CMYK00.010.290.61
HSL57.93º17.16%33.14%-
HSV(B)57.93º29.29%38.82%-
XYZ10.6211.837.52-
YUV95.11113.83130.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=37.08%
G=36.70%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99987000.010.290.6157.9317.1633.14
Hex636246011D3D3a1121
Octal143142106013575722141
Binary110001111000101000110011110111110111101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636246; }

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

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

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

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

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

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

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

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