#635D37

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

Shades of Verdigris #635D37

Tints of Verdigris #635D37

Color information

#635D37 (or 0x635D37) is unknown color: approx Verdigris. HEX triplet: 63, 5D and 37. RGB value is (99,93,55). Sum of RGB (Red+Green+Blue) = 99+93+55=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D37 is #9CA2C8. Grayscale: #5A5A5A. Windows color (decimal): -10265289 or 3628387. OLE color: 3628387.

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

Color convert

RGB999355-
CMYK00.060.440.61
HSL51.82º28.57%30.2%-
HSV(B)51.82º44.44%38.82%-
XYZ9.7510.765.18-
YUV90.46107.99134.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=40.08%
G=37.65%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99935500.060.440.6151.8228.5730.2
Hex635D37062C3D341d1e
Octal14313567065475643536
Binary1100011101110111011101101011001111011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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