#636138

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

Shades of Verdigris #636138

Tints of Verdigris #636138

Color information

#636138 (or 0x636138) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 38. RGB value is (99,97,56). Sum of RGB (Red+Green+Blue) = 99+97+56=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #636138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636138 is #9C9EC7. Grayscale: #5D5D5D. Windows color (decimal): -10264264 or 3694947. OLE color: 3694947.

HSL color Cylindrical-coordinate representation of color #636138: hue angle of 57.21º 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 #636138 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB999756-
CMYK00.020.430.61
HSL57.21º27.74%30.39%-
HSV(B)57.21º43.43%38.82%-
XYZ10.1311.495.42-
YUV92.92107.16132.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=39.29%
G=38.49%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99975600.020.430.6157.2127.7430.39
Hex636138022B3D391c1e
Octal14314170025375713436
Binary110001111000011110000101010111111011110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636138; }

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

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

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

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

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

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

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

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