#635E36

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

Shades of Verdigris #635E36

Tints of Verdigris #635E36

Color information

#635E36 (or 0x635E36) is unknown color: approx Verdigris. HEX triplet: 63, 5E and 36. RGB value is (99,94,54). Sum of RGB (Red+Green+Blue) = 99+94+54=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E36 is #9CA1C9. Grayscale: #5B5B5B. Windows color (decimal): -10265034 or 3563107. OLE color: 3563107.

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

Color convert

RGB999454-
CMYK00.050.450.61
HSL53.33º29.41%30%-
HSV(B)53.33º45.45%38.82%-
XYZ9.8110.925.08-
YUV90.94107.16133.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=40.08%
G=38.06%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99945400.050.450.6153.3329.4130
Hex635E36052D3D351d1e
Octal14313666055575653536
Binary1100011101111011011001011011011111011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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