#635F46

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

Shades of Verdigris #635F46

Tints of Verdigris #635F46

Color information

#635F46 (or 0x635F46) is unknown color: approx Verdigris. HEX triplet: 63, 5F and 46. RGB value is (99,95,70). Sum of RGB (Red+Green+Blue) = 99+95+70=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #635F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F46 is #9CA0B9. Grayscale: #5D5D5D. Windows color (decimal): -10264762 or 4611939. OLE color: 4611939.

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

Color convert

RGB999570-
CMYK00.040.290.61
HSL51.72º17.16%33.14%-
HSV(B)51.72º29.29%38.82%-
XYZ10.3411.287.43-
YUV93.35114.83132.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=37.5%
G=35.98%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99957000.040.290.6151.7217.1633.14
Hex635F46041D3D341121
Octal143137106043575642141
Binary11000111011111100011001001110111110111010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,95,70); }

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

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

 a { background-color: rgb(99,95,70); }

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

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

 span { border-color: rgb(99,95,70); }

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