Html Css Color HEX #63645C Siam

📋 copy color: '#63645C'

red 99 ◦ green 100 ◦ blue 92

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

Shades of Siam #63645C

Tints of Siam #63645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 34.02%
G = 34.36%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63645C (or 0x63645C) is known color: Siam. HEX triplet: 63, 64 and 5C. RGB value is (99,100,92). Sum of RGB (Red+Green+Blue) = 99+100+92=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 100 - color contains mainly: green. Hex color #63645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63645C is #9C9BA3. Grayscale: #626262. Windows color (decimal): -10263460 or 6055011. OLE color: 6055011.

HSL color Cylindrical-coordinate representation of color #63645C: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #63645C is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 100 92 -
CMYK 0.01 0 0.08 0.61
HSL 67.5º 0.04% 0.38% -
HSV(B) 67.5º 0.08% 0.39% -
XYZ 11.63 12.54 11.93 -
YUV 98.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 99 100 92 0.01 0 0.08 0.61 67.5 0.04 0.38
Hex 63 64 5C 1 0 8 3D 44 4 26
Octal 143 144 134 1 0 10 75 104 4 46
Binary 1100011 1100100 1011100 1 0 1000 111101 1000100 100 100110

Color Harmonies of #63645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63645C

Black with #63645C

Text Example


Text Example

White with #63645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63645C; }

 p { color: rgb(99,100,92); }

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

background-color css

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

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

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

border-color css

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

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

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