#636145

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

Shades of Verdigris #636145

Tints of Verdigris #636145

Color information

#636145 (or 0x636145) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 45. RGB value is (99,97,69). Sum of RGB (Red+Green+Blue) = 99+97+69=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #636145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636145 is #9C9EBA. Grayscale: #5E5E5E. Windows color (decimal): -10264251 or 4546915. OLE color: 4546915.

HSL color Cylindrical-coordinate representation of color #636145: hue angle of 56º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #636145 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB999769-
CMYK00.020.300.61
HSL56º17.86%32.94%-
HSV(B)56º30.3%38.82%-
XYZ10.4911.637.32-
YUV94.41113.66131.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=37.36%
G=36.60%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99976900.020.300.615617.8632.94
Hex636145021E3D381221
Octal143141105023675702241
Binary1100011110000110001010101111011110111100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636145; }

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

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

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

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

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

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

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

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