#635E35

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

Shades of Verdigris #635E35

Tints of Verdigris #635E35

Color information

#635E35 (or 0x635E35) is unknown color: approx Verdigris. HEX triplet: 63, 5E and 35. RGB value is (99,94,53). Sum of RGB (Red+Green+Blue) = 99+94+53=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #635E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E35 is #9CA1CA. Grayscale: #5A5A5A. Windows color (decimal): -10265035 or 3497571. OLE color: 3497571.

HSL color Cylindrical-coordinate representation of color #635E35: hue angle of 53.48º 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 #635E35 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB999453-
CMYK00.050.460.61
HSL53.48º30.26%29.8%-
HSV(B)53.48º46.46%38.82%-
XYZ9.7910.924.96-
YUV90.82106.66133.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=40.24%
G=38.21%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99945300.050.460.6153.4830.2629.8
Hex635E35052E3D351e1e
Octal14313665055675653636
Binary1100011101111011010101011011101111011101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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