#636134

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

Shades of Verdigris #636134

Tints of Verdigris #636134

Color information

#636134 (or 0x636134) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 34. RGB value is (99,97,52). Sum of RGB (Red+Green+Blue) = 99+97+52=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #636134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636134 is #9C9ECB. Grayscale: #5C5C5C. Windows color (decimal): -10264268 or 3432803. OLE color: 3432803.

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

Color convert

RGB999752-
CMYK00.020.470.61
HSL57.45º31.13%29.61%-
HSV(B)57.45º47.47%38.82%-
XYZ10.0411.454.93-
YUV92.47105.16132.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=39.92%
G=39.11%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99975200.020.470.6157.4531.1329.61
Hex636134022F3D391f1e
Octal14314164025775713736
Binary110001111000011101000101011111111011110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636134; }

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

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

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

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

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

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

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

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