#636050

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

Shades of Hemlock #636050

Tints of Hemlock #636050

Color information

#636050 (or 0x636050) is unknown color: approx Hemlock. HEX triplet: 63, 60 and 50. RGB value is (99,96,80). Sum of RGB (Red+Green+Blue) = 99+96+80=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #636050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636050 is #9C9FAF. Grayscale: #5F5F5F. Windows color (decimal): -10264496 or 5267555. OLE color: 5267555.

HSL color Cylindrical-coordinate representation of color #636050: hue angle of 50.53º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #636050 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB999680-
CMYK00.030.190.61
HSL50.53º10.61%35.1%-
HSV(B)50.53º19.19%38.82%-
XYZ10.7811.69.26-
YUV95.07119.49130.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=36%
G=34.91%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99968000.030.190.6150.5310.6135.1
Hex63605003133D33b23
Octal143140120032375631343
Binary110001111000001010000011100111111011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636050; }

 p { color: rgb(99,96,80); }

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

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

 a { background-color: rgb(99,96,80); }

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

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

 span { border-color: rgb(99,96,80); }

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