#636144

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

Shades of Verdigris #636144

Tints of Verdigris #636144

Color information

#636144 (or 0x636144) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 44. RGB value is (99,97,68). Sum of RGB (Red+Green+Blue) = 99+97+68=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #636144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636144 is #9C9EBB. Grayscale: #5E5E5E. Windows color (decimal): -10264252 or 4481379. OLE color: 4481379.

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

Color convert

RGB999768-
CMYK00.020.310.61
HSL56.13º18.56%32.75%-
HSV(B)56.13º31.31%38.82%-
XYZ10.4611.627.16-
YUV94.29113.16131.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=37.5%
G=36.74%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99976800.020.310.6156.1318.5632.75
Hex636144021F3D381321
Octal143141104023775702341
Binary1100011110000110001000101111111110111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636144; }

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

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

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

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

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

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

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

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