#636244

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

Shades of Verdigris #636244

Tints of Verdigris #636244

Color information

#636244 (or 0x636244) is unknown color: approx Verdigris. HEX triplet: 63, 62 and 44. RGB value is (99,98,68). Sum of RGB (Red+Green+Blue) = 99+98+68=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #636244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636244 is #9C9DBB. Grayscale: #5F5F5F. Windows color (decimal): -10263996 or 4481635. OLE color: 4481635.

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

Color convert

RGB999868-
CMYK00.010.310.61
HSL58.06º18.56%32.75%-
HSV(B)58.06º31.31%38.82%-
XYZ10.5611.817.19-
YUV94.88112.83130.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=37.36%
G=36.98%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99986800.010.310.6158.0618.5632.75
Hex636244011F3D3a1321
Octal143142104013775722341
Binary110001111000101000100011111111110111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636244; }

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

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

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

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

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

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

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

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