Html Css Color HEX #636850 Siam

📋 copy color: '#636850'

red 99 ◦ green 104 ◦ blue 80

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

Shades of Siam #636850

Tints of Siam #636850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

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

R = 34.98%
G = 36.75%
B = 28.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#636850 (or 0x636850) is known color: Siam. HEX triplet: 63, 68 and 50. RGB value is (99,104,80). Sum of RGB (Red+Green+Blue) = 99+104+80=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #636850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636850 is #9C97AF. Grayscale: #636363. Windows color (decimal): -10262448 or 5269603. OLE color: 5269603.

HSL color Cylindrical-coordinate representation of color #636850: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #636850 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 104 80 -
CMYK 0.05 0 0.23 0.59
HSL 72.5º 0.13% 0.36% -
HSV(B) 72.5º 0.23% 0.41% -
XYZ 11.54 13.13 9.52 -
YUV 99.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 99 104 80 0.05 0 0.23 0.59 72.5 0.13 0.36
Hex 63 68 50 5 0 17 3B 48 D 24
Octal 143 150 120 5 0 27 73 110 15 44
Binary 1100011 1101000 1010000 101 0 10111 111011 1001000 1101 100100

Color Harmonies of #636850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636850

Black with #636850

Text Example


Text Example

White with #636850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636850; }

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

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

background-color css

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

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

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

border-color css

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

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

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