Html Css Color HEX #636350 Hemlock

📋 copy color: '#636350'

red 99 ◦ green 99 ◦ blue 80

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

Shades of Hemlock #636350

Tints of Hemlock #636350

RGB

 RED value IS 99 (39.06% from 255) = 35.61%

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 35.61%
G = 35.61%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#636350 (or 0x636350) is known color: Hemlock. HEX triplet: 63, 63 and 50. RGB value is (99,99,80). Sum of RGB (Red+Green+Blue) = 99+99+80=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636350 is #9C9CAF. Grayscale: #606060. Windows color (decimal): -10263728 or 5268323. OLE color: 5268323.

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

Color convert

RGB 99 99 80 -
CMYK 0 0 0.19 0.61
HSL 60º 0.11% 0.35% -
HSV(B) 60º 0.19% 0.39% -
XYZ 11.06 12.16 9.35 -
YUV 96.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 99 99 80 0 0 0.19 0.61 60 0.11 0.35
Hex 63 63 50 0 0 13 3D 3C B 23
Octal 143 143 120 0 0 23 75 74 13 43
Binary 1100011 1100011 1010000 0 0 10011 111101 111100 1011 100011

Color Harmonies of #636350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636350

Black with #636350

Text Example


Text Example

White with #636350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636350; }

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

 H1.HeaderClassName
 {
   color: #636350;
 }
 .AnyTagClassName
 {
   color: #636350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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