#635B3D

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

Shades of Verdigris #635B3D

Tints of Verdigris #635B3D

Color information

#635B3D (or 0x635B3D) is unknown color: approx Verdigris. HEX triplet: 63, 5B and 3D. RGB value is (99,91,61). Sum of RGB (Red+Green+Blue) = 99+91+61=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #635B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B3D is #9CA4C2. Grayscale: #5A5A5A. Windows color (decimal): -10265795 or 4021091. OLE color: 4021091.

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

Color convert

RGB999161-
CMYK00.080.380.61
HSL47.37º23.75%31.37%-
HSV(B)47.37º38.38%38.82%-
XYZ9.7310.475.92-
YUV89.97111.65134.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=39.44%
G=36.25%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99916100.080.380.6147.3723.7531.37
Hex635B3D08263D2f181f
Octal143133750104675573037
Binary11000111011011111101010001001101111011011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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