#635E45

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

Shades of Verdigris #635E45

Tints of Verdigris #635E45

Color information

#635E45 (or 0x635E45) is unknown color: approx Verdigris. HEX triplet: 63, 5E and 45. RGB value is (99,94,69). Sum of RGB (Red+Green+Blue) = 99+94+69=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #635E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E45 is #9CA1BA. Grayscale: #5C5C5C. Windows color (decimal): -10265019 or 4546147. OLE color: 4546147.

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

Color convert

RGB999469-
CMYK00.050.300.61
HSL50º17.86%32.94%-
HSV(B)50º30.3%38.82%-
XYZ10.2211.097.23-
YUV92.64114.66132.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=37.79%
G=35.88%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99946900.050.300.615017.8632.94
Hex635E45051E3D321221
Octal143136105053675622241
Binary11000111011110100010101011111011110111001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,94,69); }

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

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

 a { background-color: rgb(99,94,69); }

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

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

 span { border-color: rgb(99,94,69); }

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