#636044

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

Shades of Verdigris #636044

Tints of Verdigris #636044

Color information

#636044 (or 0x636044) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 44. RGB value is (99,96,68). Sum of RGB (Red+Green+Blue) = 99+96+68=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #636044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636044 is #9C9FBB. Grayscale: #5D5D5D. Windows color (decimal): -10264508 or 4481123. OLE color: 4481123.

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

Color convert

RGB999668-
CMYK00.030.310.61
HSL54.19º18.56%32.75%-
HSV(B)54.19º31.31%38.82%-
XYZ10.3711.447.13-
YUV93.7113.49131.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=37.64%
G=36.50%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99966800.030.310.6154.1918.5632.75
Hex636044031F3D361321
Octal143140104033775662341
Binary1100011110000010001000111111111110111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636044; }

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

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

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

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

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

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

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

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