#636047

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

Shades of Verdigris #636047

Tints of Verdigris #636047

Color information

#636047 (or 0x636047) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 47. RGB value is (99,96,71). Sum of RGB (Red+Green+Blue) = 99+96+71=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #636047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636047 is #9C9FB8. Grayscale: #5E5E5E. Windows color (decimal): -10264505 or 4677731. OLE color: 4677731.

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

Color convert

RGB999671-
CMYK00.030.280.61
HSL53.57º16.47%33.33%-
HSV(B)53.57º28.28%38.82%-
XYZ10.4711.477.62-
YUV94.05114.99131.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=37.22%
G=36.09%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99967100.030.280.6153.5716.4733.33
Hex636047031C3D361021
Octal143140107033475662041
Binary1100011110000010001110111110011110111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636047; }

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

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

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

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

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

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

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

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