#635F36

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

Shades of Verdigris #635F36

Tints of Verdigris #635F36

Color information

#635F36 (or 0x635F36) is unknown color: approx Verdigris. HEX triplet: 63, 5F and 36. RGB value is (99,95,54). Sum of RGB (Red+Green+Blue) = 99+95+54=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F36 is #9CA0C9. Grayscale: #5B5B5B. Windows color (decimal): -10264778 or 3563363. OLE color: 3563363.

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

Color convert

RGB999554-
CMYK00.040.450.61
HSL54.67º29.41%30%-
HSV(B)54.67º45.45%38.82%-
XYZ9.911.15.11-
YUV91.52106.83133.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=39.92%
G=38.31%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99955400.040.450.6154.6729.4130
Hex635F36042D3D371d1e
Octal14313766045575673536
Binary1100011101111111011001001011011111011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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