#635E38

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

Shades of Verdigris #635E38

Tints of Verdigris #635E38

Color information

#635E38 (or 0x635E38) is unknown color: approx Verdigris. HEX triplet: 63, 5E and 38. RGB value is (99,94,56). Sum of RGB (Red+Green+Blue) = 99+94+56=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E38 is #9CA1C7. Grayscale: #5B5B5B. Windows color (decimal): -10265032 or 3694179. OLE color: 3694179.

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

Color convert

RGB999456-
CMYK00.050.430.61
HSL53.02º27.74%30.39%-
HSV(B)53.02º43.43%38.82%-
XYZ9.8610.945.33-
YUV91.16108.16133.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=39.76%
G=37.75%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99945600.050.430.6153.0227.7430.39
Hex635E38052B3D351c1e
Octal14313670055375653436
Binary1100011101111011100001011010111111011101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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