#635F3D

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

Shades of Verdigris #635F3D

Tints of Verdigris #635F3D

Color information

#635F3D (or 0x635F3D) is unknown color: approx Verdigris. HEX triplet: 63, 5F and 3D. RGB value is (99,95,61). Sum of RGB (Red+Green+Blue) = 99+95+61=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #635F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F3D is #9CA0C2. Grayscale: #5C5C5C. Windows color (decimal): -10264771 or 4022115. OLE color: 4022115.

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

Color convert

RGB999561-
CMYK00.040.380.61
HSL53.68º23.75%31.37%-
HSV(B)53.68º38.38%38.82%-
XYZ10.0811.176.04-
YUV92.32110.33132.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=38.82%
G=37.25%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99956100.040.380.6153.6823.7531.37
Hex635F3D04263D36181f
Octal14313775044675663037
Binary1100011101111111110101001001101111011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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