#635C39

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

Shades of Verdigris #635C39

Tints of Verdigris #635C39

Color information

#635C39 (or 0x635C39) is unknown color: approx Verdigris. HEX triplet: 63, 5C and 39. RGB value is (99,92,57). Sum of RGB (Red+Green+Blue) = 99+92+57=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C39 is #9CA3C6. Grayscale: #5A5A5A. Windows color (decimal): -10265543 or 3759203. OLE color: 3759203.

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

Color convert

RGB999257-
CMYK00.070.420.61
HSL50º26.92%30.59%-
HSV(B)50º42.42%38.82%-
XYZ9.7110.65.41-
YUV90.1109.32134.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=39.92%
G=37.10%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99925700.070.420.615026.9230.59
Hex635C39072A3D321b1f
Octal14313471075275623337
Binary1100011101110011100101111010101111011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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