#635D36

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

Shades of Verdigris #635D36

Tints of Verdigris #635D36

Color information

#635D36 (or 0x635D36) is unknown color: approx Verdigris. HEX triplet: 63, 5D and 36. RGB value is (99,93,54). Sum of RGB (Red+Green+Blue) = 99+93+54=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #635D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D36 is #9CA2C9. Grayscale: #5A5A5A. Windows color (decimal): -10265290 or 3562851. OLE color: 3562851.

HSL color Cylindrical-coordinate representation of color #635D36: hue angle of 52º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #635D36 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB999354-
CMYK00.060.450.61
HSL52º29.41%30%-
HSV(B)52º45.45%38.82%-
XYZ9.7310.755.05-
YUV90.35107.49134.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=40.24%
G=37.80%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99935400.060.450.615229.4130
Hex635D36062D3D341d1e
Octal14313566065575643536
Binary1100011101110111011001101011011111011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635D36; }

 p { color: rgb(99,93,54); }

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

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

 a { background-color: rgb(99,93,54); }

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

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

 span { border-color: rgb(99,93,54); }

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