#635D35

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

Shades of Verdigris #635D35

Tints of Verdigris #635D35

Color information

#635D35 (or 0x635D35) is unknown color: approx Verdigris. HEX triplet: 63, 5D and 35. RGB value is (99,93,53). Sum of RGB (Red+Green+Blue) = 99+93+53=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D35 is #9CA2CA. Grayscale: #5A5A5A. Windows color (decimal): -10265291 or 3497315. OLE color: 3497315.

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

Color convert

RGB999353-
CMYK00.060.460.61
HSL52.17º30.26%29.8%-
HSV(B)52.17º46.46%38.82%-
XYZ9.710.744.93-
YUV90.23106.99134.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=40.41%
G=37.96%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99935300.060.460.6152.1730.2629.8
Hex635D35062E3D341e1e
Octal14313565065675643636
Binary1100011101110111010101101011101111011101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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