#635F35

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

Shades of Verdigris #635F35

Tints of Verdigris #635F35

Color information

#635F35 (or 0x635F35) is unknown color: approx Verdigris. HEX triplet: 63, 5F and 35. RGB value is (99,95,53). Sum of RGB (Red+Green+Blue) = 99+95+53=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F35 is #9CA0CA. Grayscale: #5B5B5B. Windows color (decimal): -10264779 or 3497827. OLE color: 3497827.

HSL color Cylindrical-coordinate representation of color #635F35: hue angle of 54.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #635F35 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB999553-
CMYK00.040.460.61
HSL54.78º30.26%29.8%-
HSV(B)54.78º46.46%38.82%-
XYZ9.8811.094.99-
YUV91.41106.33133.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=40.08%
G=38.46%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99955300.040.460.6154.7830.2629.8
Hex635F35042E3D371e1e
Octal14313765045675673636
Binary1100011101111111010101001011101111011101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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