#635E3D

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

Shades of Verdigris #635E3D

Tints of Verdigris #635E3D

Color information

#635E3D (or 0x635E3D) is unknown color: approx Verdigris. HEX triplet: 63, 5E and 3D. RGB value is (99,94,61). Sum of RGB (Red+Green+Blue) = 99+94+61=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #635E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E3D is #9CA1C2. Grayscale: #5B5B5B. Windows color (decimal): -10265027 or 4021859. OLE color: 4021859.

HSL color Cylindrical-coordinate representation of color #635E3D: hue angle of 52.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #635E3D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB999461-
CMYK00.050.380.61
HSL52.11º23.75%31.37%-
HSV(B)52.11º38.38%38.82%-
XYZ9.9910.996.01-
YUV91.73110.66133.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=38.98%
G=37.01%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99946100.050.380.6152.1123.7531.37
Hex635E3D05263D34181f
Octal14313675054675643037
Binary1100011101111011110101011001101111011101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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