#635F48

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

Shades of Verdigris #635F48

Tints of Verdigris #635F48

Color information

#635F48 (or 0x635F48) is unknown color: approx Verdigris. HEX triplet: 63, 5F and 48. RGB value is (99,95,72). Sum of RGB (Red+Green+Blue) = 99+95+72=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #635F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F48 is #9CA0B7. Grayscale: #5D5D5D. Windows color (decimal): -10264760 or 4743011. OLE color: 4743011.

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

Color convert

RGB999572-
CMYK00.040.270.61
HSL51.11º15.79%33.53%-
HSV(B)51.11º27.27%38.82%-
XYZ10.4111.37.76-
YUV93.57115.83131.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=37.22%
G=35.71%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99957200.040.270.6151.1115.7933.53
Hex635F48041B3D331022
Octal143137110043375632042
Binary11000111011111100100001001101111110111001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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