#635D3D

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

Shades of Verdigris #635D3D

Tints of Verdigris #635D3D

Color information

#635D3D (or 0x635D3D) is unknown color: approx Verdigris. HEX triplet: 63, 5D and 3D. RGB value is (99,93,61). Sum of RGB (Red+Green+Blue) = 99+93+61=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #635D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D3D is #9CA2C2. Grayscale: #5B5B5B. Windows color (decimal): -10265283 or 4021603. OLE color: 4021603.

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

Color convert

RGB999361-
CMYK00.060.380.61
HSL50.53º23.75%31.37%-
HSV(B)50.53º38.38%38.82%-
XYZ9.910.825.98-
YUV91.15110.99133.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=39.13%
G=36.76%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99936100.060.380.6150.5323.7531.37
Hex635D3D06263D33181f
Octal14313575064675633037
Binary1100011101110111110101101001101111011100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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