#636042

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

Shades of Verdigris #636042

Tints of Verdigris #636042

Color information

#636042 (or 0x636042) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 42. RGB value is (99,96,66). Sum of RGB (Red+Green+Blue) = 99+96+66=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #636042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636042 is #9C9FBD. Grayscale: #5D5D5D. Windows color (decimal): -10264510 or 4350051. OLE color: 4350051.

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

Color convert

RGB999666-
CMYK00.030.330.61
HSL54.55º20%32.35%-
HSV(B)54.55º33.33%38.82%-
XYZ10.3111.416.81-
YUV93.48112.49131.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=37.93%
G=36.78%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99966600.030.330.6154.552032.35
Hex63604203213D371420
Octal143140102034175672440
Binary11000111100000100001001110000111110111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636042; }

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

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

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

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

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

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

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

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