Html Css Color HEX #636050 Hemlock

📋 copy color: '#636050'

red 99 ◦ green 96 ◦ blue 80

#636050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #636050

Tints of Hemlock #636050

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 value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#636050 (or 0x636050) is known color: 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

RGB 99 96 80 -
CMYK 0 0.03 0.19 0.61
HSL 50.53º 0.11% 0.35% -
HSV(B) 50.53º 0.19% 0.39% -
XYZ 10.78 11.6 9.26 -
YUV 95.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 99 96 80 0 0.03 0.19 0.61 50.53 0.11 0.35
Hex 63 60 50 0 3 13 3D 33 B 23
Octal 143 140 120 0 3 23 75 63 13 43
Binary 1100011 1100000 1010000 0 11 10011 111101 110011 1011 100011

Color Harmonies of #636050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636050

Black with #636050

Text Example


Text Example

White with #636050

Text Example


Text Example

HTML Codes & Css Web 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>