#635C3B

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

Shades of Verdigris #635C3B

Tints of Verdigris #635C3B

Color information

#635C3B (or 0x635C3B) is unknown color: approx Verdigris. HEX triplet: 63, 5C and 3B. RGB value is (99,92,59). Sum of RGB (Red+Green+Blue) = 99+92+59=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C3B is #9CA3C4. Grayscale: #5A5A5A. Windows color (decimal): -10265541 or 3890275. OLE color: 3890275.

HSL color Cylindrical-coordinate representation of color #635C3B: hue angle of 49.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #635C3B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB999259-
CMYK00.070.400.61
HSL49.5º25.32%30.98%-
HSV(B)49.5º40.4%38.82%-
XYZ9.7610.625.67-
YUV90.33110.32134.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=39.6%
G=36.8%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99925900.070.400.6149.525.3230.98
Hex635C3B07283D32191f
Octal14313473075075623137
Binary1100011101110011101101111010001111011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,59); }

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

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

 a { background-color: rgb(99,92,59); }

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

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

 span { border-color: rgb(99,92,59); }

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